Initial support of LXD600 mount: no StarPatch, no long format, no park support for this mount.

This commit is contained in:
Olivier Balitch
2025-09-27 11:46:00 +02:00
parent a89b1c8fa6
commit c24b4c1161
5 changed files with 152 additions and 24 deletions
@@ -917,6 +917,7 @@ namespace Meade.net.Telescope.UnitTests
[TestCase("Autostar", "43Eg", true)]
[TestCase("LX200 Classic", "", false)]
[TestCase("LXD600", TelescopeList.LXD600_6_12S, false)]
public void CanPark_Get_ReturnsTrue(string productName, string firmware, bool canPark)
{
ConnectTelescope(productName, firmware, $"{_testProperties.AlignmentMode}N0");