10_ZWave.pm: change assocGroup report to decimal (Forum #41624)

git-svn-id: svn://svn.code.sf.net/p/fhem/code/trunk@9745 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
rudolfkoenig
2015-11-01 11:45:03 +00:00
parent cdb7c78d17
commit 3e2356cdfa

View File

@@ -325,7 +325,8 @@ my %zwave_class = (
associationRequestAll => 'ZWave_associationRequest($hash,"")' }, associationRequestAll => 'ZWave_associationRequest($hash,"")' },
get => { association => "02%02x", get => { association => "02%02x",
associationGroups => "05" }, associationGroups => "05" },
parse => { "..8503(..)(..)..(.*)" => '"assocGroup_$1:Max $2 Nodes $3"', parse => { "..8503(..)(..)..(.*)" =>
'sprintf("assocGroup_%d:Max %d Nodes %d", hex($1), hex($2), hex($3))',
"..8506(..)" => '"assocGroups:".hex($1)' }, "..8506(..)" => '"assocGroups:".hex($1)' },
init => { ORDER=>10, CMD=> '"set $NAME associationAdd 1 $CTRLID"' } }, init => { ORDER=>10, CMD=> '"set $NAME associationAdd 1 $CTRLID"' } },
VERSION => { id => '86', VERSION => { id => '86',