diff --git a/controls_AutoShuttersControl.txt b/controls_AutoShuttersControl.txt index 4375ef0..d9a1f52 100644 --- a/controls_AutoShuttersControl.txt +++ b/controls_AutoShuttersControl.txt @@ -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 diff --git a/lib/FHEM/Automation/ShuttersControl/EventProcessingFunctions.pm b/lib/FHEM/Automation/ShuttersControl/EventProcessingFunctions.pm index 5c10ca4..3bce602 100644 --- a/lib/FHEM/Automation/ShuttersControl/EventProcessingFunctions.pm +++ b/lib/FHEM/Automation/ShuttersControl/EventProcessingFunctions.pm @@ -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, diff --git a/lib/FHEM/Automation/ShuttersControl/Shutters.pm b/lib/FHEM/Automation/ShuttersControl/Shutters.pm index 90663a5..ec88ea7 100644 --- a/lib/FHEM/Automation/ShuttersControl/Shutters.pm +++ b/lib/FHEM/Automation/ShuttersControl/Shutters.pm @@ -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