File tree Expand file tree Collapse file tree 1 file changed +1
-2
lines changed
Expand file tree Collapse file tree 1 file changed +1
-2
lines changed Original file line number Diff line number Diff line change 1- uint32 MESSAGE_VERSION = 0
1+ uint32 MESSAGE_VERSION = 1
22
33uint64 timestamp # time since system start (microseconds)
44bool connected # Whether or not a battery is connected, based on a voltage threshold
@@ -20,7 +20,6 @@ uint8 priority # Zero based priority is the connection on the Power Controll
2020uint16 capacity # actual capacity of the battery
2121uint16 cycle_count # number of discharge cycles the battery has experienced
2222uint16 average_time_to_empty # predicted remaining battery capacity based on the average rate of discharge in min
23- uint16 serial_number # serial number of the battery pack
2423uint16 manufacture_date # manufacture date, part of serial number of the battery pack. Formatted as: Day + Month×32 + (Year–1980)×512
2524uint16 state_of_health # state of health. FullChargeCapacity/DesignCapacity, 0-100%.
2625uint16 max_error # max error, expected margin of error in % in the state-of-charge calculation with a range of 1 to 100%
You can’t perform that action at this time.
0 commit comments