mirror of
https://github.com/fhem/fhem-mirror.git
synced 2025-02-01 01:09:47 +00:00
10_ZWave.pm: fix basicGet reporting for the remote (Forum #35513)
git-svn-id: https://svn.fhem.de/fhem/trunk@8877 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
parent
6afcb34af9
commit
a821f846f2
@ -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' },
|
||||
|
Loading…
Reference in New Issue
Block a user