Problem reported by tomlux

git-svn-id: https://svn.fhem.de/fhem/trunk/fhem@1994 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
rudolfkoenig 2012-10-20 07:09:15 +00:00
parent 0389f4e8b6
commit 37e001fdf0

View File

@ -33,7 +33,7 @@ my %zwave_class = (
BASIC => { id => '20', BASIC => { id => '20',
set => { basicValue => "01%02x", }, set => { basicValue => "01%02x", },
get => { basicStatus => "02", }, get => { basicStatus => "02", },
parse => { "..2003(.*)" => '"basicReport:$1"',}, }, parse => { "..200.(.*)" => '"basicReport:$1"',}, },
CONTROLLER_REPLICATION => { id => '21', }, CONTROLLER_REPLICATION => { id => '21', },
APPLICATION_STATUS => { id => '22', }, APPLICATION_STATUS => { id => '22', },
ZIP_SERVICES => { id => '23', }, ZIP_SERVICES => { id => '23', },