From 948173c40d4b0d445d8dba091ea0fbb36b01b669 Mon Sep 17 00:00:00 2001 From: Dimitri Sokolyuk Date: Wed, 28 Dec 2016 22:49:36 +0100 Subject: Add note on millivolts --- protocol.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 { -- cgit v1.2.3