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:
martinp876
2014-05-03 06:14:43 +00:00
parent d0117e1510
commit 8575ce5110

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;