diff --git a/ninaAPI/WebService/V2/Equipment/Dome.cs b/ninaAPI/WebService/V2/Equipment/Dome.cs index 0d21c40..6467e4f 100644 --- a/ninaAPI/WebService/V2/Equipment/Dome.cs +++ b/ninaAPI/WebService/V2/Equipment/Dome.cs @@ -20,7 +20,6 @@ This Source Code Form is subject to the terms of the Mozilla Public using ninaAPI.WebService.V2.Equipment; using System; using System.Collections.Generic; -using System.Net.WebSockets; using System.Threading; using System.Threading.Tasks; @@ -323,7 +322,6 @@ public void DomeSlew([QueryField] double azimuth) try { IDomeMediator dome = AdvancedAPI.Controls.Dome; - if (!dome.GetInfo().Connected) { response = CoreUtility.CreateErrorTable(new Error("Dome not connected", 409));