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