2
0
mirror of https://github.com/fhem/fhem-mirror.git synced 2025-04-22 08:11:44 +00:00

Set TRIGGERTIME_FMT for alignTime (reported by TeeVau)

git-svn-id: https://svn.fhem.de/fhem/trunk@3578 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
rudolfkoenig 2013-08-02 12:48:02 +00:00
parent 41bd858999
commit f07b7a3981

View File

@ -196,6 +196,7 @@ at_Attr(@)
RemoveInternalTimer($hash);
InternalTimer($ttime, "at_Exec", $hash, 0);
$hash->{TRIGGERTIME} = $ttime;
$hash->{TRIGGERTIME_FMT} = FmtDateTime($ttime);
$hash->{STATE} = "Next: " . FmtTime($ttime);
}