Adding support for sending co-ordinates when scope is parked.
This commit is contained in:
@@ -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
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user