|
8 | 8 | "mcu_check": [1, "bool", "", 0, 0, "Shutdown"], |
9 | 9 | "imd_status": [1, "bool", "", 0, 0, "BMS"], |
10 | 10 | "state": [1, "char", "", 0, 256, "General"], |
| 11 | + "pitch": [4, "float", "degrees", 0, 100, "General"], |
| 12 | + "roll": [4, "float", "degrees", 0, 100, "General"], |
11 | 13 | "motor_temp": [4, "float", "degC", 0, 100, "Motor"], |
| 14 | + "motor_controller_temp": [4, "float", "degC", 0, 100, "Motor"], |
| 15 | + "dcdc_temp": [4, "float", "degC", 0, 100, "LV Boards"], |
12 | 16 | "driverIO_temp": [4, "float", "degC", 0, 100, "LV Boards"], |
13 | 17 | "mainIO_temp": [4, "float", "degC", 0, 100, "LV Boards"], |
14 | 18 | "cabin_temp": [4, "float", "degC", 0, 100, "General"], |
| 19 | + "road_temp": [4, "float", "degC", 0, 100, "General"], |
| 20 | + "brake_temp": [4, "float", "degC", 0, 100, "General"], |
| 21 | + "air_temp": [4, "float", "degC", 0, 100, "General"], |
15 | 22 | "cruise": [1, "bool", "", 0, 1, "General"], |
16 | 23 | "left_turn": [1, "bool", "", 0, 1, "General"], |
17 | 24 | "right_turn": [1, "bool", "", 0, 1, "General"], |
|
23 | 30 | "bus_12V": [4, "float", "V", 0, 100, "LV Boards"], |
24 | 31 | "mainIO_current_in": [4, "float", "A", 0, 100, "LV Boards"], |
25 | 32 | "driverIO_current_in": [4, "float", "A", 0, 100, "LV Boards"], |
| 33 | + "power_critical": [1, "bool", "", 0, 0, "General"], |
| 34 | + "power_warning": [1, "bool", "", 0, 0, "General"], |
| 35 | + "power_tc": [1, "bool", "", 0, 0, "General"], |
26 | 36 | "tstamp_ms": [2, "uint16", "ms", 0, 999, "General"], |
27 | 37 | "tstamp_sc": [1, "uint8", "s", 0, 59, "General"], |
28 | 38 | "tstamp_mn": [1, "uint8", "min", 0, 59, "General"], |
|
0 commit comments