Adding support for sending co-ordinates when scope is parked.

This commit is contained in:
2021-04-24 19:16:36 +01:00
parent eaeae4d66b
commit fdd008fcfb
11 changed files with 492 additions and 56 deletions
+10 -1
View File
@@ -423,7 +423,16 @@ namespace ASCOM.Meade.net
{
if (SharedResourcesWrapper.ProductName == TelescopeList.LX200GPS)
{
BypassHandboxEntryForAutostarII();
var displayText = Action("Handbox", "readdisplay");
if (displayText.Contains("Daylight"))
{
BypassHandboxEntryForAutostarII();
}
else
{
SendCurrentDateTime("Connect");
}
}
else
{