mirror of
https://github.com/fhem/fhem-mirror.git
synced 2025-05-04 22:19:38 +00:00
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:
parent
83570c6df2
commit
dc4c5fd051
@ -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 {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user