diff --git a/csharp/Lib/Devices/BatteryDeligreen/TelecommandFrameParser.cs b/csharp/Lib/Devices/BatteryDeligreen/TelecommandFrameParser.cs index d5db21b16..607eda47d 100644 --- a/csharp/Lib/Devices/BatteryDeligreen/TelecommandFrameParser.cs +++ b/csharp/Lib/Devices/BatteryDeligreen/TelecommandFrameParser.cs @@ -12,7 +12,7 @@ public class TelecommandFrameParser private static readonly Dictionary ByteAlarmCodes = new() { - { "00", "Normal, no alarm" }, + { "00", "Normal-no alarm" }, { "01", "Alarm that analog quantity reaches the lower limit" }, { "02", "Alarm that analog quantity reaches the upper limit" }, { "F0", "Other alarms" }