Skip to content

Commit d6cf5a4

Browse files
committed
battery_status message: remove serial_number which is now in battery_info message
1 parent 73b9372 commit d6cf5a4

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

msg/versioned/BatteryStatus.msg

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
uint32 MESSAGE_VERSION = 0
1+
uint32 MESSAGE_VERSION = 1
22

33
uint64 timestamp # time since system start (microseconds)
44
bool 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
2020
uint16 capacity # actual capacity of the battery
2121
uint16 cycle_count # number of discharge cycles the battery has experienced
2222
uint16 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
2423
uint16 manufacture_date # manufacture date, part of serial number of the battery pack. Formatted as: Day + Month×32 + (Year–1980)×512
2524
uint16 state_of_health # state of health. FullChargeCapacity/DesignCapacity, 0-100%.
2625
uint16 max_error # max error, expected margin of error in % in the state-of-charge calculation with a range of 1 to 100%

0 commit comments

Comments
 (0)