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:
@@ -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();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user