1
0
mirror of https://bitbucket.org/cjdskunkworks/lynxastrodewcontroller.git synced 2026-05-03 17:28:52 +00:00

Changed the description to show the channel letter.

This commit is contained in:
2021-02-22 12:30:04 +00:00
parent a8ea4448f1
commit 6937f779ec
5 changed files with 1 additions and 8 deletions
+1 -2
View File
@@ -2,7 +2,6 @@
using System;
using System.Runtime.InteropServices;
using ASCOM.Utilities;
using ASCOM.DeviceInterface;
using System.Collections;
using System.Collections.Generic;
@@ -260,7 +259,7 @@ namespace ASCOM.LynxAstro.DewController
public string GetSwitchDescription(short id)
{
Validate("GetSwitchDescription", id);
return "Control Knob";
return $"Channel {ChannelToLetter(id)}";
}
/// <summary>