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
|`last_event_time`|[timestamp][ts]| Required | Date/time when last state change occurred. See [Event Times][event-times]|
559
-
|`last_vehicle_state`| Enum | Required |[Vehicle state][vehicle-states] of most recent state change. |
560
-
|`last_event_types`| Enum[]| Required |[Vehicle event(s)][vehicle-events] of most recent state change, allowable values determined by `last_vehicle_state`. |
561
-
|`last_event_location`| GeoJSON [Point Feature][point-geo]| Required | Location of vehicle's last event. See also [Stop-based Geographic Data][stop-based-geo]. |
562
-
|`current_location`| GeoJSON [Point Feature][point-geo]| Required if Applicable | Current location of vehicle if different from last event, and the vehicle is not currently on a trip. See also [Stop-based Geographic Data][stop-based-geo]. |
563
-
|`battery_pct`| Float | Required if Applicable | Percent battery charge of device, expressed between 0 and 1 |
548
+
**`data` Payload:**`{ "vehicles": [] }`, an array of [Vehicle](vehicle) objects
564
549
565
550
(?) Open question: should we standardize on telemetry over GeoJSON Point? E.g. replace last_event_location with last_event_telemetry.
566
551
@@ -601,6 +586,7 @@ In addition to the standard [Provider payload wrapper](#response-format), respon
0 commit comments