91_notify.pm: Fix disabledAfterTrigger for matching event batch (Forum #109238)

git-svn-id: https://svn.fhem.de/fhem/trunk/fhem@21427 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
rudolfkoenig 2020-03-15 10:10:32 +00:00
parent 7a6297d2e6
commit 18a25b81ab

View File

@ -124,6 +124,7 @@ notify_Exec($$)
$ntfy->{TRIGGERTIME} = $now;
$ntfy->{STATE} =
AttrVal($ln,'showtime',1) ? $dev->{NTFY_TRIGGERTIME} : 'active';
last if($dat);
}
}