Show a readable version of triggertime

git-svn-id: https://fhem.svn.sourceforge.net/svnroot/fhem/trunk/fhem@2529 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
rudolfkoenig
2013-01-19 09:35:52 +00:00
parent 809c26d6a9
commit 907533d18e

View File

@@ -72,6 +72,7 @@ at_Define($$)
} }
$hash->{NTM} = $ntm if($rel eq "+" || $fn); $hash->{NTM} = $ntm if($rel eq "+" || $fn);
$hash->{TRIGGERTIME} = $nt; $hash->{TRIGGERTIME} = $nt;
$hash->{TRIGGERTIME_FMT} = FmtDateTime($nt);
RemoveInternalTimer($hash); RemoveInternalTimer($hash);
InternalTimer($nt, "at_Exec", $hash, 0); InternalTimer($nt, "at_Exec", $hash, 0);