90_at.pm: allow repetitive for absolute functions (Forum #116377)

git-svn-id: https://svn.fhem.de/fhem/trunk@23279 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
rudolfkoenig
2020-12-02 13:45:33 +00:00
parent 60e781dcd5
commit fa2f64cda7

View File

@@ -91,7 +91,7 @@ at_Define($$)
} }
} }
return "datespec is not allowed with + or *" if($abstime && ($rel || $rep)); return "datespec is not allowed with +" if($abstime && $rel);
if($hash->{CL}) { # Do not check this for definition if($hash->{CL}) { # Do not check this for definition
$err = perlSyntaxCheck($command, ()); $err = perlSyntaxCheck($command, ());