mirror of
https://github.com/fhem/fhem-mirror.git
synced 2025-03-03 16:56:54 +00:00
73_AutoShuttersControl: 73_AutoShuttersControl: fix bug in ./lib/FHEM/Automation/ShuttersControl.pm
git-svn-id: https://svn.fhem.de/fhem/trunk@22344 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
parent
9737416817
commit
2bfbf505c9
@ -1,5 +1,7 @@
|
||||
# Add changes at the top of the list. Keep it in ASCII, and 80-char wide.
|
||||
# Do not insert empty lines here, update check depends on it.
|
||||
- bugfix 73_AutoShuttersControl: fix bug in
|
||||
./lib/FHEM/Automation/ShuttersControl.pm
|
||||
- feature: 76_SMAPortal: new attribute noHomeManager
|
||||
- bugfix: 70_BRAVIA: check available service APIs if available only
|
||||
- change: 49_SSCam / 49_SSCamSTRM: switch to packages, changes according PBP
|
||||
|
@ -4613,9 +4613,8 @@ sub _SetCmdFn {
|
||||
return
|
||||
if (
|
||||
$shutters->getASCenable eq 'off'
|
||||
&& $ascDev->getASCenable eq 'off'
|
||||
&& ( $idleDetection !~ m{^$idleDetectionValue$}xms
|
||||
|| $idleDetection ne 'none' )
|
||||
|| $ascDev->getASCenable eq 'off'
|
||||
|| $idleDetection !~ m{^$idleDetectionValue$}xms
|
||||
);
|
||||
|
||||
if ( $shutters->getStatus != $posValue ) {
|
||||
@ -5040,4 +5039,7 @@ sub _CheckShuttersConditionsForShadingFn {
|
||||
readingsEndUpdate( $shuttersDevHash, 1 );
|
||||
}
|
||||
|
||||
|
||||
|
||||
|
||||
1;
|
||||
|
Loading…
x
Reference in New Issue
Block a user