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.