2
0
mirror of https://github.com/fhem/fhem-mirror.git synced 2025-03-03 23:06:37 +00:00

CUL_HM:bugfix

git-svn-id: https://svn.fhem.de/fhem/trunk@9748 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
martinp876 2015-11-01 17:25:45 +00:00
parent eafbd81b2f
commit efe0a3e641

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();