mirror of
https://github.com/fhem/fhem-mirror.git
synced 2025-01-31 18:59:33 +00:00
10_ZWave.pm: remove state from basicSet (Forum #36980)
git-svn-id: https://svn.fhem.de/fhem/trunk@8550 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
parent
394a2b8ea6
commit
0834cf2d1a
@ -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' },
|
||||
|
Loading…
Reference in New Issue
Block a user