Skip to content
Snippets Groups Projects
Commit 76337971 authored by Lorenz Meier's avatar Lorenz Meier
Browse files

Battery status: Add valid flag

parent 41b127d4
No related branches found
No related tags found
No related merge requests found
......@@ -5,6 +5,7 @@ float32 current_filtered_a # Battery current in amperes, filtered, 0 if unknown
float32 discharged_mah # Discharged amount in mAh, -1 if unknown
float32 remaining # From 1 to 0, -1 if unknown
int32 cell_count # Number of cells
bool connected # Wether or not a battery is connected
#bool is_powering_off # Power off event imminent indication, false if unknown
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment