Added support for parking the scope
Added support for reading the scope Azimuth
This commit is contained in:
@@ -14,6 +14,7 @@ namespace ASCOM.MeadeAutostar497.Controller
|
||||
double SiteLongitude { get; set; }
|
||||
AlignmentModes AlignmentMode { get; set; }
|
||||
bool AtPark { get; }
|
||||
double Azimuth { get; }
|
||||
void AbortSlew();
|
||||
void PulseGuide(GuideDirections direction, int duration);
|
||||
void Park();
|
||||
|
||||
Reference in New Issue
Block a user