Update the Alarm message on the battery deligreen
This commit is contained in:
parent
6fbec18a00
commit
1f71be3563
|
|
@ -12,7 +12,7 @@ public class TelecommandFrameParser
|
|||
|
||||
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" },
|
||||
{ "02", "Alarm that analog quantity reaches the upper limit" },
|
||||
{ "F0", "Other alarms" }
|
||||
|
|
|
|||
Loading…
Reference in New Issue