2
0
mirror of https://github.com/fhem/fhem-mirror.git synced 2025-03-04 05:16:45 +00:00

74_AutomowerConnect: Common.pm, automowerconnect.js, fix error that prevent modul loading

git-svn-id: https://svn.fhem.de/fhem/trunk@27703 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
Ellert 2023-06-24 06:12:34 +00:00
parent 9f3fa8bba1
commit 1f1beeeaef

View File

@ -1403,7 +1403,7 @@ sub Attr {
if( $cmd eq "set" ) { if( $cmd eq "set" ) {
return "$iam $attrVal is invalid, allowed time in seconds >= 0." unless( $attrVal >= 0 ) ); return "$iam $attrVal is invalid, allowed time in seconds >= 0." unless( $attrVal >= 0 );
$hash->{helper}{additional_polling} = $attrVal; $hash->{helper}{additional_polling} = $attrVal;
Log3 $name, 4, "$iam $cmd $attrName $attrVal"; Log3 $name, 4, "$iam $cmd $attrName $attrVal";