change default value for ASC_advEndDate

This commit is contained in:
Marko Oldenburg 2022-01-10 11:07:42 +01:00
parent 12f48e98b5
commit d8881ff6d1
2 changed files with 2 additions and 2 deletions

View File

@ -7,7 +7,7 @@ UPD 2022-01-02_07:57:18 25452 lib/FHEM/Automation/ShuttersControl/Shading.pm
UPD 2022-01-02_07:57:18 112122 lib/FHEM/Automation/ShuttersControl/EventProcessingFunctions.pm
UPD 2022-01-10_11:04:15 40603 lib/FHEM/Automation/ShuttersControl/Helper.pm
UPD 2022-01-02_07:57:18 2209 lib/FHEM/Automation/ShuttersControl/Window.pm
UPD 2022-01-10_10:41:34 11858 lib/FHEM/Automation/ShuttersControl/Dev/Attr.pm
UPD 2022-01-10_11:06:40 11857 lib/FHEM/Automation/ShuttersControl/Dev/Attr.pm
UPD 2022-01-01_20:15:38 7265 lib/FHEM/Automation/ShuttersControl/Dev/Readings.pm
UPD 2022-01-01_20:15:38 52751 lib/FHEM/Automation/ShuttersControl/Shutters/Attr.pm
UPD 2022-01-01_20:15:38 2799 lib/FHEM/Automation/ShuttersControl/Shutters/Readings.pm

View File

@ -397,7 +397,7 @@ sub getAdvEndDate {
my $name = $self->{name};
return ::AttrVal( $name, 'ASC_advEndDate', 'CandlemasDay' );
return ::AttrVal( $name, 'ASC_advEndDate', 'EpiphanyDay' );
}
1;