Project

General

Profile

Statistics
| Branch: | Revision:

scoutos / scout / power / msg / power_state_changed.msg @ dd4eb68c

History | View | Annotate | Download (294 Bytes)

1
Header header
2
#32-bit integer with current voltage info
3
uint32 voltage
4
#power percentage [0-100]
5
uint32 percentage
6
#current draw in mW
7
uint32 draw
8
#are we on external power?
9
bool externalpower
10
#is the battery at a warning state?
11
bool warning
12
#is the battery at a critical state?
13
bool critical
14