From 7806cdd932a8a47b72fbdf6778fb69e481a7e4b6 Mon Sep 17 00:00:00 2001 From: rudolfkoenig Date: Wed, 26 Dec 2012 12:15:13 +0000 Subject: [PATCH] BugFix foe: "For repeating at's the config file gets lost." git-svn-id: https://svn.fhem.de/fhem/trunk@2366 2b470e98-0d58-463d-a4d8-8e2adae1ed80 --- fhem/FHEM/90_at.pm | 1 + 1 file changed, 1 insertion(+) diff --git a/fhem/FHEM/90_at.pm b/fhem/FHEM/90_at.pm index d67cb2688..46f547755 100755 --- a/fhem/FHEM/90_at.pm +++ b/fhem/FHEM/90_at.pm @@ -131,6 +131,7 @@ at_Exec($) $data{AT_RECOMPUTE} = 1; # Tell sunrise compute the next day CommandDefine(undef, "$name at $def"); # Recompute the next TRIGGERTIME + $hash = $defs{$name}; delete($data{AT_RECOMPUTE}); $attr{$name} = $oldattr; $hash->{CFGFN} = $oldCfgfn if($oldCfgfn);