Project

General

Profile

Statistics
| Branch: | Revision:

root / scout / power / msg / power_state_changed.msg @ c06735bb

History | View | Annotate | Download (280 Bytes)

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