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:
@@ -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, ());
|
||||||
|
|||||||
Reference in New Issue
Block a user