From 1f71be3563096e7b7142f3137b359c3c7a6a24c8 Mon Sep 17 00:00:00 2001 From: atef Date: Mon, 19 May 2025 08:36:49 +0200 Subject: [PATCH] Update the Alarm message on the battery deligreen --- csharp/Lib/Devices/BatteryDeligreen/TelecommandFrameParser.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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" }