From bb6f4860f9927eded65be1f8b0067715354e37be Mon Sep 17 00:00:00 2001 From: Marko Oldenburg Date: Thu, 2 Jul 2020 14:11:23 +0200 Subject: [PATCH] fix end of file --- controls_AutoShuttersControl.txt | 4 ++-- lib/FHEM/Automation/ShuttersControl/Roommate.pm | 3 +++ lib/FHEM/Automation/ShuttersControl/Shading.pm | 5 +++++ 3 files changed, 10 insertions(+), 2 deletions(-) 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;