Added ability to skip the prompts initial connect, and added ability to send the date and time on initial connect
This commit is contained in:
@@ -19,5 +19,7 @@ namespace ASCOM.Meade.net
|
||||
public string Parity { get; set; }
|
||||
public int Speed { get; set; }
|
||||
public string Handshake { get; set; }
|
||||
public bool SendDateTime { get; set; }
|
||||
public bool SkipPrompts { get; set; }
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user