Added support for parking the scope

Added support for reading the scope Azimuth
This commit is contained in:
2019-05-02 16:03:24 +01:00
parent 76c88420ca
commit c0c0bedbba
4 changed files with 71 additions and 30 deletions
@@ -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();