Moved parked SiteLat/Long to ParkedPosition data

This commit is contained in:
Sebastian Godelet
2021-06-28 12:45:26 +10:00
parent a3408a86c3
commit 90713de34b
2 changed files with 14 additions and 26 deletions
+2
View File
@@ -6,5 +6,7 @@ namespace ASCOM.Meade.net
public double Azimuth { get; set; }
public double RightAscension { get; set; }
public double Declination { get; set; }
public double SiteLongitude { get; set; }
public double SiteLatitude { get; set; }
}
}