Update the Alarm message on the battery deligreen

This commit is contained in:
atef 2025-05-19 08:36:49 +02:00
parent 6fbec18a00
commit 1f71be3563
1 changed files with 1 additions and 1 deletions

View File

@ -12,7 +12,7 @@ public class TelecommandFrameParser
private static readonly Dictionary<String, String> ByteAlarmCodes = new() private static readonly Dictionary<String, String> ByteAlarmCodes = new()
{ {
{ "00", "Normal, no alarm" }, { "00", "Normal-no alarm" },
{ "01", "Alarm that analog quantity reaches the lower limit" }, { "01", "Alarm that analog quantity reaches the lower limit" },
{ "02", "Alarm that analog quantity reaches the upper limit" }, { "02", "Alarm that analog quantity reaches the upper limit" },
{ "F0", "Other alarms" } { "F0", "Other alarms" }