Merge branch 'patch-shadingOut_externalTrigger' into devel

This commit is contained in:
Marko Oldenburg 2021-10-21 09:33:11 +02:00
commit 4cc3ecc40a
3 changed files with 8 additions and 8 deletions

View File

@ -1,10 +1,10 @@
UPD 2021-10-09_07:52:33 111901 FHEM/73_AutoShuttersControl.pm
UPD 2021-10-09_07:44:09 74456 lib/FHEM/Automation/ShuttersControl.pm
UPD 2021-10-21_09:30:04 111901 FHEM/73_AutoShuttersControl.pm
UPD 2021-10-21_09:30:04 74456 lib/FHEM/Automation/ShuttersControl.pm
UPD 2021-10-09_07:12:54 2657 lib/FHEM/Automation/ShuttersControl/Dev.pm
UPD 2021-10-09_07:12:54 2494 lib/FHEM/Automation/ShuttersControl/Roommate.pm
UPD 2021-10-09_07:12:54 31894 lib/FHEM/Automation/ShuttersControl/Shutters.pm
UPD 2021-10-21_09:30:13 31900 lib/FHEM/Automation/ShuttersControl/Shutters.pm
UPD 2021-10-09_07:12:54 25333 lib/FHEM/Automation/ShuttersControl/Shading.pm
UPD 2021-10-09_07:53:18 109522 lib/FHEM/Automation/ShuttersControl/EventProcessingFunctions.pm
UPD 2021-10-21_09:30:13 109522 lib/FHEM/Automation/ShuttersControl/EventProcessingFunctions.pm
UPD 2021-10-09_07:12:54 40628 lib/FHEM/Automation/ShuttersControl/Helper.pm
UPD 2021-10-09_07:12:54 2173 lib/FHEM/Automation/ShuttersControl/Window.pm
UPD 2021-10-09_07:12:54 11739 lib/FHEM/Automation/ShuttersControl/Dev/Attr.pm

View File

@ -2442,7 +2442,7 @@ sub EventProcessingExternalTriggerDevice {
'external trigger device inactive');
$FHEM::Automation::ShuttersControl::shutters->setNoDelay(1);
$FHEM::Automation::ShuttersControl::shutters->setExternalTriggerStatus(
1);
0);
FHEM::Automation::ShuttersControl::ShuttersCommandSet(
$hash,
$shuttersDev,

View File

@ -161,9 +161,9 @@ sub setDriveCmd {
$FHEM::Automation::ShuttersControl::shutters->setDelayCmd($posValue);
$FHEM::Automation::ShuttersControl::ascDev->setDelayCmdReading;
$FHEM::Automation::ShuttersControl::shutters->setNoDelay(0);
$FHEM::Automation::ShuttersControl::shutters->setExternalTriggerStatus(0)
if ( $FHEM::Automation::ShuttersControl::shutters
->getExternalTriggerStatus );
# $FHEM::Automation::ShuttersControl::shutters->setExternalTriggerStatus(0)
# if ( $FHEM::Automation::ShuttersControl::shutters
# ->getExternalTriggerStatus );
FHEM::Automation::ShuttersControl::ASC_Debug( 'setDriveCmd: '
. $FHEM::Automation::ShuttersControl::shutters->getShuttersDev