Added support for reading Declination

This commit is contained in:
2019-05-02 16:12:53 +01:00
parent c0c0bedbba
commit ae4ba48ce2
4 changed files with 33 additions and 2 deletions
+1 -1
View File
@@ -524,7 +524,7 @@ namespace ASCOM.MeadeAutostar497
{
get
{
double declination = 0.0;
double declination = _telescopeController.Declination;
tl.LogMessage("Declination", "Get - " + utilities.DegreesToDMS(declination, ":", ":"));
return declination;
}