improve HMLAN load calculation
git-svn-id: svn://svn.code.sf.net/p/fhem/code/trunk@5725 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
@@ -569,7 +569,8 @@ sub HMLAN_Parse($$) {##########################################################
|
||||
HMLAN_UpdtMsgLoad($name,(21))
|
||||
if ( $letter eq "E"
|
||||
&& (hex($flg)&0x60) == 0x20 # ack but not from repeater
|
||||
&& $dst eq $attr{$name}{hmId});
|
||||
&& $dst eq $attr{$name}{hmId}
|
||||
&& $hash->{assignedIDs} =~ m/$src/);
|
||||
}
|
||||
|
||||
my $rssi = hex($mFld[4])-65536;
|
||||
|
||||
Reference in New Issue
Block a user