Added support for SlewSettleTime

This commit is contained in:
2021-02-26 00:11:44 +00:00
parent ca1b7f8883
commit db06002ebf
8 changed files with 189 additions and 41 deletions
+1
View File
@@ -13,5 +13,6 @@ namespace ASCOM.Meade.net
public bool DynamicBreaking { get; set; }
public bool RtsDtrEnabled { get; set; }
public double SiteElevation { get; set; }
public short SettleTime { get; set; }
}
}