mirror of
https://github.com/fhem/fhem-mirror.git
synced 2025-05-01 20:20:10 +00:00
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:
parent
2492697bff
commit
1a86888ed2
@ -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 {
|
||||
|
Loading…
x
Reference in New Issue
Block a user