fix default value bug in getAutoAstroModeMorningHorizon AttrVal
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