aboutsummaryrefslogtreecommitdiff
path: root/protocol.go
diff options
context:
space:
mode:
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 {