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

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

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

View File

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