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:
parent
7bed2d4ee9
commit
a101b01df0
@ -124,6 +124,7 @@ notify_Exec($$)
|
||||
$ntfy->{TRIGGERTIME} = $now;
|
||||
$ntfy->{STATE} =
|
||||
AttrVal($ln,'showtime',1) ? $dev->{NTFY_TRIGGERTIME} : 'active';
|
||||
last if($dat);
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user