2
0
mirror of https://github.com/fhem/fhem-mirror.git synced 2025-04-10 01:55:38 +00:00

00_ZWDongle.pm: nodeInfo patch from krikan (Forum #28691)

git-svn-id: https://svn.fhem.de/fhem/trunk@6883 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
rudolfkoenig 2014-11-04 21:51:16 +00:00
parent 7d8184dc13
commit 19c0a54ef3

View File

@ -340,6 +340,8 @@ ZWDongle_Get($@)
push @list, $type5[$r[5]-1] if($r[5]>0 && $r[5] <= @type5);
push @list, $zw_type6{$id} if($zw_type6{$id});
push @list, ($r[2] & 0x80) ? "listening" : "sleeping";
push @list, "frequentListening:" . ($r[3] & ( 0x20 | 0x40 ));
push @list, "beaming:" . ($r[3] & 0x10);
push @list, "routing" if($r[2] & 0x40);
push @list, "40kBaud" if(($r[2] & 0x38) == 0x10);
push @list, "Vers:" . (($r[2]&0x7)+1);