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:
@@ -161,7 +161,7 @@ zwlib_parseNeighborList($$)
|
|||||||
|
|
||||||
my @list;
|
my @list;
|
||||||
my $ioId = ReadingsVal($ioName, "homeId", "");
|
my $ioId = ReadingsVal($ioName, "homeId", "");
|
||||||
$ioId = $1 if($ioId =~ m/CtrlNodeId:(..)/);
|
$ioId = $1 if($ioId =~ m/CtrlNodeIdHex:(..)/);
|
||||||
for my $byte (0..28) {
|
for my $byte (0..28) {
|
||||||
my $bits = $r[$byte];
|
my $bits = $r[$byte];
|
||||||
for my $bit (0..7) {
|
for my $bit (0..7) {
|
||||||
|
|||||||
Reference in New Issue
Block a user