CUL_HM:bugfix

git-svn-id: svn://svn.code.sf.net/p/fhem/code/trunk@9748 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
martinp876
2015-11-01 17:25:45 +00:00
parent 1fc3f74983
commit b09e6ce2de

View File

@@ -6278,7 +6278,7 @@ sub CUL_HM_eventP($$) {#handle protocol events
return;
}
my $evnt = $hash->{"prot".$evntType}?$hash->{"prot".$evntType}:"0 > x";
my $evnt = $hash->{"prot".$evntType}?$hash->{"prot".$evntType}:"0";
my ($evntCnt,undef) = split(' last_at:',$evnt);
$hash->{"prot".$evntType} = ++$evntCnt." last_at:".TimeNow();