00_CUL.pm: Ignore keepalive (V*) messages (Forum #36529)
git-svn-id: svn://svn.code.sf.net/p/fhem/code/trunk@8503 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
@@ -794,6 +794,10 @@ CUL_Parse($$$$@)
|
||||
Dispatch($hash, $rmsg, undef);
|
||||
return;
|
||||
}
|
||||
if($rmsg =~ m/^V/) { # CUN* keepalive
|
||||
Log3 $name, 4, "CUL_Parse: $name $rmsg";
|
||||
return;
|
||||
}
|
||||
|
||||
my $rssi;
|
||||
my $dmsg = $rmsg;
|
||||
|
||||
Reference in New Issue
Block a user