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

ZWLib.pm: fix nodelist translation for the controller (Forum #50873)

git-svn-id: https://svn.fhem.de/fhem/trunk@11073 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
rudolfkoenig 2016-03-16 09:02:51 +00:00
parent 9f200fa8a1
commit ec985d6c05

View File

@ -161,7 +161,7 @@ zwlib_parseNeighborList($$)
my @list;
my $ioId = ReadingsVal($ioName, "homeId", "");
$ioId = $1 if($ioId =~ m/CtrlNodeId:(..)/);
$ioId = $1 if($ioId =~ m/CtrlNodeIdHex:(..)/);
for my $byte (0..28) {
my $bits = $r[$byte];
for my $bit (0..7) {