Skip to content

Commit 9f5dee5

Browse files
authored
add tstamp_unix (#1)
1 parent a375640 commit 9f5dee5

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

format.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -179,6 +179,7 @@
179179
"pack_resistance": [4, "float", "mOhm", 0, 100, "Battery;BMS CAN"],
180180
"bms_input_voltage": [4, "float", "V", 12, 24, "Battery;BMS CAN"],
181181
"charge_enable": [1, "bool", "", 0, 0, "Battery;BMS"],
182-
"discharge_enable": [1, "bool", "", 0, 0, "Battery;Shutdown"]
182+
"discharge_enable": [1, "bool", "", 0, 0, "Battery;Shutdown"],
183+
"tstamp_unix": [8, "uint64", "ms", 0, 0, "Software;Timestamp"]
183184
}
184185

0 commit comments

Comments
 (0)