2
0
mirror of https://github.com/fhem/fhem-mirror.git synced 2025-04-21 14:04:15 +00:00

98_Hyperion: add attr disable 0

git-svn-id: https://svn.fhem.de/fhem/trunk@12413 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
deespe 2016-10-23 12:24:49 +00:00
parent 48b191c376
commit cbe180b700

View File

@ -66,7 +66,7 @@ sub Hyperion_Initialize($)
$hash->{ReadFn} = "Hyperion_Read"; $hash->{ReadFn} = "Hyperion_Read";
$hash->{SetFn} = "Hyperion_Set"; $hash->{SetFn} = "Hyperion_Set";
$hash->{UndefFn} = "Hyperion_Undef"; $hash->{UndefFn} = "Hyperion_Undef";
$hash->{AttrList} = "disable:1 ". $hash->{AttrList} = "disable:1,0 ".
"hyperionBin ". "hyperionBin ".
"hyperionConfigDir ". "hyperionConfigDir ".
"hyperionDefaultDuration ". "hyperionDefaultDuration ".