mirror of
https://github.com/fhem/fhem-mirror.git
synced 2025-04-19 12:46:03 +00:00
fhem.pl: add eventCount internal.
git-svn-id: https://svn.fhem.de/fhem/trunk@26096 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
parent
c4aa2913e7
commit
d0188e9868
@ -3848,6 +3848,7 @@ DoTrigger($$@)
|
||||
# the inner loop.
|
||||
if($max && !defined($hash->{INTRIGGER})) {
|
||||
$hash->{INTRIGGER}=1;
|
||||
$hash->{eventCount}++;
|
||||
if($attr{global}{verbose} >= 5) {
|
||||
Log 5, "Starting notify loop for $dev, " . scalar(@{$hash->{CHANGED}}) .
|
||||
" event(s), first is " . escapeLogLine($hash->{CHANGED}->[0]);
|
||||
|
Loading…
x
Reference in New Issue
Block a user