From 907533d18e35d13404e397a8ab0e6e855c1b5bd9 Mon Sep 17 00:00:00 2001 From: rudolfkoenig Date: Sat, 19 Jan 2013 09:35:52 +0000 Subject: [PATCH] Show a readable version of triggertime git-svn-id: https://fhem.svn.sourceforge.net/svnroot/fhem/trunk/fhem@2529 2b470e98-0d58-463d-a4d8-8e2adae1ed80 --- FHEM/90_at.pm | 1 + 1 file changed, 1 insertion(+) diff --git a/FHEM/90_at.pm b/FHEM/90_at.pm index 46f547755..6fa40c142 100755 --- a/FHEM/90_at.pm +++ b/FHEM/90_at.pm @@ -72,6 +72,7 @@ at_Define($$) } $hash->{NTM} = $ntm if($rel eq "+" || $fn); $hash->{TRIGGERTIME} = $nt; + $hash->{TRIGGERTIME_FMT} = FmtDateTime($nt); RemoveInternalTimer($hash); InternalTimer($nt, "at_Exec", $hash, 0);