More unit testing. Added check for to be able to support setting the alignment mode

This commit is contained in:
2019-07-13 20:02:06 +01:00
parent bfde58c6af
commit 8980c3c6b5
3 changed files with 99 additions and 10 deletions
@@ -10,6 +10,8 @@ namespace ASCOM.Meade.net.Wrapper
string AUTOSTAR497 { get; }
string AUTOSTAR497_31EE { get; }
string AUTOSTAR497_43EG { get;}
void Connect(string deviceId);
void Disconnect(string deviceId);
@@ -38,6 +40,7 @@ namespace ASCOM.Meade.net.Wrapper
public string AUTOSTAR497 => "Autostar";
public string AUTOSTAR497_31EE => "31Ee";
public string AUTOSTAR497_43EG => "43Eg";
#endregion