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:
@@ -6586,14 +6586,14 @@ sub getAutoAstroModeMorningHorizon {
|
|||||||
my $self = shift;
|
my $self = shift;
|
||||||
|
|
||||||
return AttrVal( $self->{shuttersDev}, 'ASC_AutoAstroModeMorningHorizon',
|
return AttrVal( $self->{shuttersDev}, 'ASC_AutoAstroModeMorningHorizon',
|
||||||
'none' );
|
0 );
|
||||||
}
|
}
|
||||||
|
|
||||||
sub getAutoAstroModeEveningHorizon {
|
sub getAutoAstroModeEveningHorizon {
|
||||||
my $self = shift;
|
my $self = shift;
|
||||||
|
|
||||||
return AttrVal( $self->{shuttersDev}, 'ASC_AutoAstroModeEveningHorizon',
|
return AttrVal( $self->{shuttersDev}, 'ASC_AutoAstroModeEveningHorizon',
|
||||||
'none' );
|
0 );
|
||||||
}
|
}
|
||||||
|
|
||||||
sub getUp {
|
sub getUp {
|
||||||
|
|||||||
Reference in New Issue
Block a user