1
0
mirror of https://github.com/fhem/fhem-mirror.git synced 2025-05-04 22:19:38 +00:00

10_ZWave.pm: add wakupInterval setting at init (Forum #45297)

git-svn-id: https://svn.fhem.de/fhem/trunk@10128 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
rudolfkoenig 2015-12-08 06:30:08 +00:00
parent 46cb668993
commit 1e5ed0b309

View File

@ -319,8 +319,8 @@ my %zwave_class = (
"..8409" => 'cmdGet:wakeupIntervalCapabilities',
"..840a(......)(......)(......)(......)" =>
'"wakeupIntervalCapabilitiesReport:min ".hex($1).'.
'" max ".hex($2)." default ".hex($3)." step ".hex($4)'
} },
'" max ".hex($2)." default ".hex($3)." step ".hex($4)'},
init => { ORDER=>11, CMD => '"set $NAME wakeupInterval 86400 $CTRLID"' } },
ASSOCIATION => { id => '85',
set => { associationAdd => "01%02x%02x*",
associationDel => "04%02x%02x*",