Merge branch 'master' into devel

This commit is contained in:
2020-07-04 11:22:14 +02:00
2 changed files with 8 additions and 9 deletions

View File

@ -4307,10 +4307,9 @@ sub _SetCmdFn {
return
if (
$shutters->getASCenable eq 'off'
&& $ascDev->getASCenable eq 'off'
&& ( $idleDetection !~ m{^$idleDetectionValue$}xms
|| $idleDetection ne 'none' )
$shutters->getASCenable eq 'off'
|| $ascDev->getASCenable eq 'off'
|| $idleDetection !~ m{^$idleDetectionValue$}xms
);
if ( $shutters->getStatus != $posValue ) {