diff --git a/controls_AutoShuttersControl.txt b/controls_AutoShuttersControl.txt index d7b681d..207872f 100644 --- a/controls_AutoShuttersControl.txt +++ b/controls_AutoShuttersControl.txt @@ -1,7 +1,7 @@ UPD 2020-07-02_14:06:51 96885 FHEM/73_AutoShuttersControl.pm -UPD 2020-07-02_14:06:22 177312 lib/FHEM/Automation/ShuttersControl.pm +UPD 2020-07-02_14:10:44 177312 lib/FHEM/Automation/ShuttersControl.pm UPD 2020-06-22_09:41:40 2657 lib/FHEM/Automation/ShuttersControl/Dev.pm -UPD 2020-06-22_09:41:40 2493 lib/FHEM/Automation/ShuttersControl/Roommate.pm +UPD 2020-07-02_14:10:57 2496 lib/FHEM/Automation/ShuttersControl/Roommate.pm UPD 2020-06-30_12:47:15 30157 lib/FHEM/Automation/ShuttersControl/Shutters.pm UPD 2020-06-22_09:41:40 2175 lib/FHEM/Automation/ShuttersControl/Window.pm UPD 2020-06-22_09:41:40 11454 lib/FHEM/Automation/ShuttersControl/Dev/Attr.pm diff --git a/lib/FHEM/Automation/ShuttersControl/Roommate.pm b/lib/FHEM/Automation/ShuttersControl/Roommate.pm index a0da8c1..30a17b7 100644 --- a/lib/FHEM/Automation/ShuttersControl/Roommate.pm +++ b/lib/FHEM/Automation/ShuttersControl/Roommate.pm @@ -74,4 +74,7 @@ sub _getRoommateLastStatus { return ReadingsVal( $roommate, 'lastState', $default ); } + + + 1; diff --git a/lib/FHEM/Automation/ShuttersControl/Shading.pm b/lib/FHEM/Automation/ShuttersControl/Shading.pm index fdb61bc..ede3e84 100644 --- a/lib/FHEM/Automation/ShuttersControl/Shading.pm +++ b/lib/FHEM/Automation/ShuttersControl/Shading.pm @@ -383,3 +383,8 @@ sub ShadingProcessingDriveCommand { return; } + + + + +1;