From f80046b606eb6190f0f6048e53cd55aeddaec0d6 Mon Sep 17 00:00:00 2001 From: rudolfkoenig Date: Fri, 4 Oct 2013 05:14:31 +0000 Subject: [PATCH] ZWAVE WAKE_UP: wakeupNoMoreInformation git-svn-id: https://svn.fhem.de/fhem/trunk@3997 2b470e98-0d58-463d-a4d8-8e2adae1ed80 --- fhem/FHEM/10_ZWave.pm | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/fhem/FHEM/10_ZWave.pm b/fhem/FHEM/10_ZWave.pm index 1d28205da..b60df1b8a 100755 --- a/fhem/FHEM/10_ZWave.pm +++ b/fhem/FHEM/10_ZWave.pm @@ -167,7 +167,8 @@ my %zwave_class = ( parse => { "028105"=> "clock:get" }, }, HAIL => { id => '82', }, WAKE_UP => { id => '84', - set => { wakeupInterval => "04%06x%02x" }, + set => { wakeupInterval => "04%06x%02x", + wakeupNoMoreInformation => "08", }, get => { wakeupInterval => "05" }, parse => { "028407" => 'wakeup:notification', "..8406(......)(..)" => @@ -723,8 +724,10 @@ s2Hex($)

Class WAKE_UP
  • wakeupInterval value
    - Set the wakeup interval of battery operated devices to the given value in - seconds. Upon wakeup the device sends a wakeup notification.
  • + Set the wakeup interval of battery operated devices to the given value in + seconds. Upon wakeup the device sends a wakeup notification. +
  • wakeupNoMoreInformation
    + put a battery driven device into sleep mode.