fix end of file

This commit is contained in:
Marko Oldenburg 2020-07-02 14:11:23 +02:00
parent 026904e898
commit bb6f4860f9
3 changed files with 10 additions and 2 deletions

View File

@ -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

View File

@ -74,4 +74,7 @@ sub _getRoommateLastStatus {
return ReadingsVal( $roommate, 'lastState', $default );
}
1;

View File

@ -383,3 +383,8 @@ sub ShadingProcessingDriveCommand {
return;
}
1;