aboutsummaryrefslogtreecommitdiff
path: root/protocol.go
diff options
context:
space:
mode:
authorDimitri Sokolyuk <demon@dim13.org>2016-12-28 22:49:36 +0100
committerDimitri Sokolyuk <demon@dim13.org>2016-12-28 22:49:36 +0100
commit948173c40d4b0d445d8dba091ea0fbb36b01b669 (patch)
tree2f6b3ffe94d83964805f1d472e6a1e14e49d5c17 /protocol.go
parent49c08cbf1de3beb67779dd8e971c0c7369daf57d (diff)
Add note on millivolts
Diffstat (limited to 'protocol.go')
-rw-r--r--protocol.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/protocol.go b/protocol.go
index 4050574..273967f 100644
--- a/protocol.go
+++ b/protocol.go
@@ -76,7 +76,7 @@ type VehicleMsgVersionResponse struct {
type VehicleBatteryLevelResponse struct {
Size uint8
MsgID ID
- BatteryLevel uint16
+ BatteryLevel uint16 // mV
}
type VehicleMsgSDKMode struct {