diff --git a/fhem/FHEM/10_ZWave.pm b/fhem/FHEM/10_ZWave.pm index 30f70c67b..cce3b2d17 100755 --- a/fhem/FHEM/10_ZWave.pm +++ b/fhem/FHEM/10_ZWave.pm @@ -23,8 +23,8 @@ my %zwave_class = ( BASIC => { id => '20', set => { basicValue => "01%02x" }, get => { basicStatus => "02", }, - parse => { "..2001(.*)"=> '"state:basicSet $1"', # Forum #36980 - "..2002" => "state:basicGet", # sent by the remote + parse => { "..2001(.*)"=> '"basicSet:$1"', # Forum #36980 + "..2002" => "basicGet", # sent by the remote "..2003(.*)"=> '"basicReport:$1"' }}, CONTROLLER_REPLICATION => { id => '21' }, APPLICATION_STATUS => { id => '22' },