73_AutoShuttersControl: fix Horizon Bug in default Value of Attr

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

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 {