diff --git a/fhem/FHEM/00_ZWDongle.pm b/fhem/FHEM/00_ZWDongle.pm index f48f59626..439e11a5f 100755 --- a/fhem/FHEM/00_ZWDongle.pm +++ b/fhem/FHEM/00_ZWDongle.pm @@ -344,9 +344,8 @@ ZWDongle_Get($@) if($cmd eq "neighborList") { my @b; @b = grep(!/onlyRep/i, @a); my $onlyRep = (@b != @a); @a = @b; - @b = grep(!/includeDead/i, @a); my $wDead = (@b != @a); @a = @b; - $gets{neighborList} = "80%02x".($wDead ? "00":"01").($onlyRep ? "01":"00"); - return "Usage: get $name $cmd [onlyRep] [includeDead] nodeId" + $gets{neighborList} = "80%02x01".($onlyRep ? "01":"00"); + return "Usage: get $name $cmd [onlyRep] nodeId" if(int(@a) != 1); } @@ -954,11 +953,10 @@ ZWDongle_parseNeighborList($$) return different controller specific information. Needed by developers only. -
  • neighborList [onlyRep] [includeDead] nodeId
    +
  • neighborList [onlyRep] nodeId
    return data for the decimal nodeId.
    With onlyRep the result will include only nodes with repeater - functionality.
    - With includeDead the result will include nodes believed to be unreachable. + functionality.
  • nodeInfo