mirror of
https://github.com/fhem/fhem-mirror.git
synced 2025-05-01 20:20:10 +00:00
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:
parent
7a6297d2e6
commit
18a25b81ab
@ -124,6 +124,7 @@ notify_Exec($$)
|
|||||||
$ntfy->{TRIGGERTIME} = $now;
|
$ntfy->{TRIGGERTIME} = $now;
|
||||||
$ntfy->{STATE} =
|
$ntfy->{STATE} =
|
||||||
AttrVal($ln,'showtime',1) ? $dev->{NTFY_TRIGGERTIME} : 'active';
|
AttrVal($ln,'showtime',1) ? $dev->{NTFY_TRIGGERTIME} : 'active';
|
||||||
|
last if($dat);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user