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:
parent
58b84d1e46
commit
bf247d9c16
@ -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',
|
||||
|
Loading…
x
Reference in New Issue
Block a user