Compare commits
2 Commits
18f30b9abb
...
09c45eced6
Author | SHA1 | Date |
---|---|---|
atef | 09c45eced6 | |
atef | df271fbd13 |
|
@ -20,8 +20,6 @@ public partial class Battery250UpRecord
|
|||
|
||||
public Boolean Eoc => ParseEocReached();//Leds is { Green: On, Amber: Off, Blue : Off }; // ParseEocReached(); //
|
||||
|
||||
public UInt16 IoStates => _IoStates;
|
||||
|
||||
public String BatteryState => ParseBatteryState();
|
||||
|
||||
public String SerialNumber => $"{_SerialNum1:X4}{_SerialNum2:X4}{_SerialNum3:X4}{_SerialNum4:X4}".TrimEnd('0');
|
||||
|
|
|
@ -21,7 +21,6 @@ public partial class Battery48TlRecord
|
|||
|
||||
public Boolean Eoc => ParseEocReached();//Leds is { Green: On, Amber: Off, Blue : Off }; // ParseEocReached(); //
|
||||
|
||||
public UInt16 IoStates => _IoStates;
|
||||
public UInt16 LimpBitMap => _LimpBitMap;
|
||||
|
||||
public String BatteryState => ParseBatteryState();
|
||||
|
|
Loading…
Reference in New Issue