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:
rudolfkoenig
2015-05-09 10:04:31 +00:00
parent 0a0c2086c0
commit 5964dccb19

View File

@@ -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' },