2
0
mirror of https://github.com/fhem/fhem-mirror.git synced 2025-02-25 09:55:38 +00:00

91_notify.pm: add triggeredBy* timestamp if called from readLog (Forum #136990)

git-svn-id: https://svn.fhem.de/fhem/trunk@28480 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
rudolfkoenig 2024-02-05 19:42:10 +00:00
parent 330d7bf5e9
commit e0b25713db

View File

@ -148,6 +148,7 @@ notify_Attr(@)
my ($me, $msg) = @_;
return if(defined($hash->{CHANGED}));
$hash->{CHANGED}[0] = $msg;
$hash->{NTFY_TRIGGERTIME} = TimeNow();
notify_Exec($hash, $hash);
delete($hash->{CHANGED});
}