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
Copy file name to clipboardExpand all lines: general-information.md
+7-2Lines changed: 7 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -22,6 +22,7 @@ This document contains specifications that are shared between the various MDS AP
22
22
*[UUIDs](#uuids)
23
23
*[Vehicle States](#vehicle-states)
24
24
*[Vehicle State Events](#vehicle-state-events)
25
+
*[State Machine Diagram](#state-machine-diagram)
25
26
*[Vehicle Types](#vehicle-types)
26
27
*[Versioning](#versioning)
27
28
@@ -285,16 +286,20 @@ Note that to handle out-of-order events, the validity of the prior-state shall n
285
286
|`available`|`non_operational`|`system_suspend`| The vehicle is not available because of e.g. weather or temporary regulations |
286
287
|`available`|`non_operational`|`unspecified`| The vehicle became unavailable, but he Provider cannot definitively (yet) specify the reason. |
287
288
|`unknown`|`non_operational`|`comms_restored`| The vehicle transmitted status information after a period of being out of communication |
289
+
|`unknown`|`non_operational`|`unspecified`| The vehicle became unavailable, but he Provider cannot definitively (yet) specify the reason. |
288
290
|`available`, `non_operational`, `elsewhere`|`removed`|`rebalance_pick_up`| The provider picked up the vehicle for rebalancing purposes |
289
291
|`available`, `non_operational`, `elsewhere`|`removed`|`maintenance_pick_up`| The provider picked up the vehicle to service it |
290
292
|`available`, `non_operational`, `elsewhere`, `unknown`|`removed`|`agency_pick_up`| An agency picked up the vehicle for some reason, e.g. illegal placement |
291
293
|`available`, `non_operational`, `elsewhere`|`removed`|`compliance_pick_up`| The provider picked up the vehicle because it was placed in a non-compliant location |
292
-
|`available`, `non_operational`, `removed`, `elsewhere`, `unknown`|`removed`|`decommissioned`| The provider has removed the vehicle from its fleet |
294
+
|`available`, `non_operational`, `elsewhere`, `unknown`|`removed`|`decommissioned`| The provider has removed the vehicle from its fleet |
293
295
|`unknown`, `non_operational`, `available`, `elsewhere`|`removed`|`unspecified`| The vehicle was removed, but the provider cannot definitively (yet) specify the reason |
294
296
|`available`, `reserved`, `on_trip`, `non_operational`, `elsewhere`|`unknown`|`missing`| The vehicle is not at its last reported GPS location, or that location is wildly in error |
295
297
|`available`, `reserved`, `on_trip`, `non_operational`, `elsewhere`|`unknown`|`comms_lost`| The vehicle is unable to transmit its GPS location or other status information |
298
+
|`available`, `non_operational`|`unknown`|`unspecified`| The provider cannot definitively (yet) specify the reason for the unknown state |
296
299
297
-
The *State Machine Diagram* shows how the `vehicle_state` and `event_type` relate to each other and how vehicles can transition between states. See [Google Slides](https://docs.google.com/presentation/d/1Ar2-ju8YlddSsTATvQw4YjsSa5108XtidtnJNk-UAfA/edit) for the source file.
300
+
### State Machine Diagram
301
+
302
+
The *State Machine Diagram* shows how `vehicle_state` and `event_type` relate to each other and how vehicles can transition between states. See [Google Slides](https://docs.google.com/presentation/d/1Ar2-ju8YlddSsTATvQw4YjsSa5108XtidtnJNk-UAfA/edit) for the source file.
298
303

0 commit comments