improve HMLAN load calculation

git-svn-id: https://svn.fhem.de/fhem/trunk@5725 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
martinp876
2014-05-03 06:14:43 +00:00
parent 204d181e52
commit 26c9bf14f8

View File

@@ -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;