mirror of
https://github.com/fhem/fhem-mirror.git
synced 2025-04-28 11:01:59 +00:00
00_CUL.pm: Ignore keepalive (V*) messages (Forum #36529)
git-svn-id: https://svn.fhem.de/fhem/trunk@8503 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
parent
ac2a6ebf96
commit
b41f5529b2
@ -794,6 +794,10 @@ CUL_Parse($$$$@)
|
|||||||
Dispatch($hash, $rmsg, undef);
|
Dispatch($hash, $rmsg, undef);
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
if($rmsg =~ m/^V/) { # CUN* keepalive
|
||||||
|
Log3 $name, 4, "CUL_Parse: $name $rmsg";
|
||||||
|
return;
|
||||||
|
}
|
||||||
|
|
||||||
my $rssi;
|
my $rssi;
|
||||||
my $dmsg = $rmsg;
|
my $dmsg = $rmsg;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user