2
0
mirror of https://github.com/fhem/fhem-mirror.git synced 2025-02-07 16:59:18 +00:00

10_ZWave.pm: change the number in assocGroupCmdList from hex to dec (Forum #72330)

git-svn-id: https://svn.fhem.de/fhem/trunk@14380 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
rudolfkoenig 2017-05-26 06:38:00 +00:00
parent effba08103
commit 4981ca754b

View File

@ -1664,7 +1664,7 @@ ZWave_assocGroupCmdList($$)
my ($grp, $txt) = @_; my ($grp, $txt) = @_;
$txt =~ s/(..)(..)/ $txt =~ s/(..)(..)/
($zwave_id2class{$1} ? $zwave_id2class{$1}:"UNKNOWN_$1").":$2 "/ge; ($zwave_id2class{$1} ? $zwave_id2class{$1}:"UNKNOWN_$1").":$2 "/ge;
return "assocGroupCmdList_$grp:$txt"; return "assocGroupCmdList_".hex($grp).":$txt";
} }
my %zwm_unit = ( my %zwm_unit = (