1
0
mirror of https://github.com/fhem/fhem-mirror.git synced 2025-05-04 22:19:38 +00:00

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 db00a55d07
commit aefe44df5a

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;