mirror of
https://github.com/fhem/fhem-mirror.git
synced 2025-05-04 22:19:38 +00:00
filter HMLAN internal overload test message
git-svn-id: https://svn.fhem.de/fhem/trunk@6466 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
parent
03d007654e
commit
dad139cd0e
@ -561,7 +561,7 @@ sub HMLAN_Parse($$) {##########################################################
|
||||
|
||||
if ($letter =~ m/^[ER]/){#@mFld=($src, $status, $msec, $d2, $rssi, $msg)
|
||||
# max speed for devices is 100ms after receive - example:TC
|
||||
|
||||
return if($mFld[5] =~ m/99.112999999000000/);#ignore overload test
|
||||
my ($mNo,$flg,$type,$src,$dst,$p) = unpack('A2A2A2A6A6A*',$mFld[5]);
|
||||
my $mLen = length($mFld[5])/2;
|
||||
my $CULinfo = "";
|
||||
|
Loading…
x
Reference in New Issue
Block a user