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:
rudolfkoenig
2015-04-30 14:58:42 +00:00
parent c20d83003d
commit 1a8e2b934f

View File

@@ -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;