2
0
mirror of https://github.com/fhem/fhem-mirror.git synced 2025-02-01 01:09:47 +00:00

10_ZWave.pm: fix basic report command

git-svn-id: https://svn.fhem.de/fhem/trunk@8511 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
rudolfkoenig 2015-05-01 11:48:15 +00:00
parent 09db7995c8
commit 49c63bd6c9

View File

@ -23,8 +23,8 @@ my %zwave_class = (
BASIC => { id => '20',
set => { basicValue => "01%02x", },
get => { basicStatus => "02", },
parse => { "..2001(.*)"=> '"basicReport:$1"',
"..2002" => "state:basicGet" }},
parse => { "..2003(.*)"=> '"basicReport:$1"',
"..2002" => "state:basicGet" }}, # sent by the remote
CONTROLLER_REPLICATION => { id => '21', },
APPLICATION_STATUS => { id => '22', },
ZIP_SERVICES => { id => '23', },