mirror of
https://github.com/fhem/fhem-mirror.git
synced 2025-01-31 06:39:11 +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:
parent
ebfd6ee0cc
commit
a3869319c6
@ -84,6 +84,7 @@ at_Define($$)
|
||||
$abstime = mktime($s,$m2,$h,$d,$m-1,$y-1900, 0,0,-1);
|
||||
|
||||
} else {
|
||||
$hash->{STATE} = $err;
|
||||
return $err;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user