Skip to content

Commit bbaf23d

Browse files
committed
Added new LV data
1 parent 0b99e2c commit bbaf23d

1 file changed

Lines changed: 10 additions & 0 deletions

File tree

format.json

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,10 +8,17 @@
88
"mcu_check": [1, "bool", "", 0, 0, "Shutdown"],
99
"imd_status": [1, "bool", "", 0, 0, "BMS"],
1010
"state": [1, "char", "", 0, 256, "General"],
11+
"pitch": [4, "float", "degrees", 0, 100, "General"],
12+
"roll": [4, "float", "degrees", 0, 100, "General"],
1113
"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"],
1216
"driverIO_temp": [4, "float", "degC", 0, 100, "LV Boards"],
1317
"mainIO_temp": [4, "float", "degC", 0, 100, "LV Boards"],
1418
"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"],
1522
"cruise": [1, "bool", "", 0, 1, "General"],
1623
"left_turn": [1, "bool", "", 0, 1, "General"],
1724
"right_turn": [1, "bool", "", 0, 1, "General"],
@@ -23,6 +30,9 @@
2330
"bus_12V": [4, "float", "V", 0, 100, "LV Boards"],
2431
"mainIO_current_in": [4, "float", "A", 0, 100, "LV Boards"],
2532
"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"],
2636
"tstamp_ms": [2, "uint16", "ms", 0, 999, "General"],
2737
"tstamp_sc": [1, "uint8", "s", 0, 59, "General"],
2838
"tstamp_mn": [1, "uint8", "min", 0, 59, "General"],

0 commit comments

Comments
 (0)