From b09e6ce2de930bcfc257efe8601b4f7179fda55c Mon Sep 17 00:00:00 2001 From: martinp876 Date: Sun, 1 Nov 2015 17:25:45 +0000 Subject: [PATCH] CUL_HM:bugfix git-svn-id: svn://svn.code.sf.net/p/fhem/code/trunk@9748 2b470e98-0d58-463d-a4d8-8e2adae1ed80 --- fhem/FHEM/10_CUL_HM.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/fhem/FHEM/10_CUL_HM.pm b/fhem/FHEM/10_CUL_HM.pm index b5b52b03c..bafe2d965 100755 --- a/fhem/FHEM/10_CUL_HM.pm +++ b/fhem/FHEM/10_CUL_HM.pm @@ -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();