10_ZWave.pm: fix basicGet reporting for the remote (Forum #35513)

git-svn-id: svn://svn.code.sf.net/p/fhem/code/trunk@8877 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
rudolfkoenig
2015-07-03 08:04:12 +00:00
parent ac230116ab
commit 3a89ac0234

View File

@@ -24,7 +24,7 @@ my %zwave_class = (
set => { basicValue => "01%02x" },
get => { basicStatus => "02", },
parse => { "..2001(.*)"=> '"basicSet:$1"', # Forum #36980
"..2002" => "basicGet", # sent by the remote
"..2002" => "basicGet:request", # sent by the remote
"..2003(.*)"=> '"basicReport:$1"' }},
CONTROLLER_REPLICATION => { id => '21' },
APPLICATION_STATUS => { id => '22' },