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

git-svn-id: svn://svn.code.sf.net/p/fhem/code/trunk@11073 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
rudolfkoenig
2016-03-16 09:02:51 +00:00
parent efe6853b5e
commit e191c3ed9a

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