mirror of
https://github.com/fhem/fhem-mirror.git
synced 2025-01-31 12:49:34 +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:
parent
effba08103
commit
4981ca754b
@ -1664,7 +1664,7 @@ ZWave_assocGroupCmdList($$)
|
||||
my ($grp, $txt) = @_;
|
||||
$txt =~ s/(..)(..)/
|
||||
($zwave_id2class{$1} ? $zwave_id2class{$1}:"UNKNOWN_$1").":$2 "/ge;
|
||||
return "assocGroupCmdList_$grp:$txt";
|
||||
return "assocGroupCmdList_".hex($grp).":$txt";
|
||||
}
|
||||
|
||||
my %zwm_unit = (
|
||||
|
Loading…
Reference in New Issue
Block a user