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:
parent
9f3fa8bba1
commit
1f1beeeaef
@ -1403,7 +1403,7 @@ sub Attr {
|
||||
|
||||
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;
|
||||
Log3 $name, 4, "$iam $cmd $attrName $attrVal";
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user