Add the number of custom for the alarm record
This commit is contained in:
parent
c255c9cecb
commit
ffd34b24c8
|
|
@ -80,6 +80,7 @@ public class TelecommandFrameParser
|
|||
var powerTempAlarm = ParseAndPrintField(response, "Power Temperature Alarm" );
|
||||
var currentAlarm = ParseAndPrintField(response, "Charge/Discharge Current Alarm" );
|
||||
var totalVoltageAlarm = ParseAndPrintField(response, "Total Battery Voltage Alarm" );
|
||||
var numberOfCustom = ParseAndPrintField(response, "Number of Custom Alarm");
|
||||
var alarmEvent1 = ParseByteAlarm(response, "Alarm Event 1");
|
||||
var alarmEvent2 = ParseByteAlarm(response, "Alarm Event 2");
|
||||
var alarmEvent3 = ParseByteAlarm(response, "Alarm Event 3");
|
||||
|
|
|
|||
Loading…
Reference in New Issue