Set TRIGGERTIME_FMT for alignTime (reported by TeeVau)

git-svn-id: svn://svn.code.sf.net/p/fhem/code/trunk@3578 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
rudolfkoenig
2013-08-02 12:48:02 +00:00
parent e343249094
commit c2b80a6bd6

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);
}