mirror of
https://github.com/fhem/fhem-mirror.git
synced 2025-04-16 16:56:04 +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:
parent
48b191c376
commit
cbe180b700
@ -66,7 +66,7 @@ sub Hyperion_Initialize($)
|
||||
$hash->{ReadFn} = "Hyperion_Read";
|
||||
$hash->{SetFn} = "Hyperion_Set";
|
||||
$hash->{UndefFn} = "Hyperion_Undef";
|
||||
$hash->{AttrList} = "disable:1 ".
|
||||
$hash->{AttrList} = "disable:1,0 ".
|
||||
"hyperionBin ".
|
||||
"hyperionConfigDir ".
|
||||
"hyperionDefaultDuration ".
|
||||
|
Loading…
x
Reference in New Issue
Block a user