We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4dd27b1 commit 4fee168Copy full SHA for 4fee168
OmniSimCOMProxy/Drivers/TelescopeDriver.cs
@@ -12,7 +12,7 @@ namespace ASCOM.Simulators.LocalServer.Drivers
12
[ClassInterface(ClassInterfaceType.None)]
13
public class Telescope : BaseDriver, ASCOM.DeviceInterface.ITelescopeV4, IDisposable
14
{
15
- ASCOM.Common.DeviceInterfaces.ITelescopeV3 Device = new ASCOM.Com.DriverAccess.Telescope("OmniSim.Telescope");
+ ASCOM.Common.DeviceInterfaces.ITelescopeV4 Device = new ASCOM.Com.DriverAccess.Telescope("OmniSim.Telescope");
16
17
public Telescope()
18
0 commit comments