2
0
mirror of https://github.com/fhem/fhem-mirror.git synced 2025-01-31 12:49:34 +00:00

90_at.pm: set STATE to the error message for perl timespec errors (Forum #119296)

git-svn-id: https://svn.fhem.de/fhem/trunk@25248 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
rudolfkoenig 2021-11-21 10:29:01 +00:00
parent ebfd6ee0cc
commit a3869319c6

View File

@ -84,6 +84,7 @@ at_Define($$)
$abstime = mktime($s,$m2,$h,$d,$m-1,$y-1900, 0,0,-1); $abstime = mktime($s,$m2,$h,$d,$m-1,$y-1900, 0,0,-1);
} else { } else {
$hash->{STATE} = $err;
return $err; return $err;
} }