2
0
mirror of https://github.com/fhem/fhem-mirror.git synced 2025-04-20 13:26:02 +00:00

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 013745c067
commit 2f73b18ac6

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
$err = perlSyntaxCheck($command, ());