You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
|`vehicle_attributes`| Conditionally Required | Array of [vehicle attributes](/modes/#vehicle-attributes)| Vehicle attributes appropriate for the current [mode][modes]|
119
+
|`battery_capacity`| Integer | Required if Available | Capacity of battery expressed as milliamp hours (mAh) |
120
+
|`fuel_capacity`| Integer | Required if Available | Capacity of fuel tank (liquid, solid, gaseous) expressed in liters |
115
121
116
122
201 Success Response:
117
123
@@ -251,7 +257,8 @@ A standard point of vehicle telemetry. References to latitude and longitude impl
251
257
|`gps.accuracy`| Float | Required if Available | Horizontal accuracy, in meters |
252
258
|`gps.hdop`| Float | Required if Available | Horizontal GPS or GNSS accuracy value (see [hdop][hdop]) |
253
259
| `gps.satellites` | Integer | Required if Available | Number of GPS or GNSS satellites
254
-
|`charge`| Float | Required if Applicable | Percent battery charge of vehicle, expressed between 0 and 1 |
260
+
|`battery_percent`| Integer | Required if Applicable | Percent battery charge of vehicle, expressed between 0 and 100 |
261
+
|`fuel_percent`| Integer | Required if Applicable | Percent fuel in vehicle, expressed between 0 and 100 |
255
262
|`stop_id`| UUID | Required if Applicable | Stop that the vehicle is currently located at. Only applicable for _docked_ Micromobility. See [Stops][stops]|
0 commit comments