73_AutoShuttersControl: fix Horizon Bug in default Value of Attr

git-svn-id: https://svn.fhem.de/fhem/trunk/fhem@21593 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
LeonGaultier 2020-04-04 13:29:55 +00:00
parent 83570c6df2
commit dc4c5fd051

View File

@ -6586,14 +6586,14 @@ sub getAutoAstroModeMorningHorizon {
my $self = shift;
return AttrVal( $self->{shuttersDev}, 'ASC_AutoAstroModeMorningHorizon',
'none' );
0 );
}
sub getAutoAstroModeEveningHorizon {
my $self = shift;
return AttrVal( $self->{shuttersDev}, 'ASC_AutoAstroModeEveningHorizon',
'none' );
0 );
}
sub getUp {