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 0a8e214c41
commit e8422727f1

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) {