2
0
mirror of https://github.com/fhem/fhem-mirror.git synced 2025-04-10 08:04:00 +00:00

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

git-svn-id: https://svn.fhem.de/fhem/trunk@9745 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
rudolfkoenig 2015-11-01 11:45:03 +00:00
parent 58b84d1e46
commit bf247d9c16

View File

@ -325,7 +325,8 @@ my %zwave_class = (
associationRequestAll => 'ZWave_associationRequest($hash,"")' },
get => { association => "02%02x",
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)' },
init => { ORDER=>10, CMD=> '"set $NAME associationAdd 1 $CTRLID"' } },
VERSION => { id => '86',