diff --git a/FHEM/90_at.pm b/FHEM/90_at.pm index 33f0725ee..bc165cd74 100755 --- a/FHEM/90_at.pm +++ b/FHEM/90_at.pm @@ -26,6 +26,7 @@ at_Define($$) if(!$command) { if($hash->{OLDDEF}) { # Called from modify, where command is optional + RemoveInternalTimer($name); (undef, $command) = split("[ \t]+", $hash->{OLDDEF}, 2); $hash->{DEF} = "$tm $command"; } else {