From 1e5ed0b309a9eea2d8a3d2dcb1ab9a34eaefb066 Mon Sep 17 00:00:00 2001 From: rudolfkoenig <> Date: Tue, 8 Dec 2015 06:30:08 +0000 Subject: [PATCH] 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 --- fhem/FHEM/10_ZWave.pm | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/fhem/FHEM/10_ZWave.pm b/fhem/FHEM/10_ZWave.pm index 7093571ca..b059105d6 100755 --- a/fhem/FHEM/10_ZWave.pm +++ b/fhem/FHEM/10_ZWave.pm @@ -313,14 +313,14 @@ my %zwave_class = ( parse => { "..8404(.*)"=> '"cmdSet:wakeupInterval $1"', "..8405" => 'cmdGet:wakeupInterval', "..8406(......)(..)" => - '"wakeupReport:interval ".hex($1)." target ".hex($2)', + '"wakeupReport:interval ".hex($1)." target ".hex($2)', "..8407" => 'wakeup:notification', "..8408" => 'cmdSet:wakeupNoMoreInformation', "..8409" => 'cmdGet:wakeupIntervalCapabilities', "..840a(......)(......)(......)(......)" => - '"wakeupIntervalCapabilitiesReport:min ".hex($1).'. - '" max ".hex($2)." default ".hex($3)." step ".hex($4)' - } }, + '"wakeupIntervalCapabilitiesReport:min ".hex($1).'. + '" 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*",