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: modes/micromobility.md
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -170,7 +170,7 @@ Note that to handle out-of-order events, the validity of the prior-state shall n
170
170
171
171
Vehicles can enter the `non_contactable` state to and from any other state with the following event types: any state can go to `non_contactable` with event type `comms_lost` or `unspecified`, and `non_contactable` can go to any state with event type `comms_restored` of `unspecified`.
172
172
173
-
Vehicles can enter the `missing` state to and from any other state with the following event types: any state can go to `missing`with event type `not_located` or `unspecified`, and `missing`can go to any state with event type `located`of`unspecified`.
173
+
Vehicles can exit the `missing` state to any other state with the following event types: `missing` can go to any state with event type `located`or`unspecified`.
@@ -215,10 +215,10 @@ Vehicles can enter the `missing` state to and from any other state with the foll
215
215
|`non_contactable`, `missing`, `non_operational`, `available`, `elsewhere`|`removed`|`unspecified`| The vehicle was removed, but the provider cannot definitively (yet) specify the reason |
216
216
|`non_contactable`|`removed`|`comms_restored`| The vehicle transmitted status information after a period of being in an non_contactable state |
217
217
|`missing`|`removed`|`located`| The vehicle has been located by the provider |
218
-
|`available`, `elsewhere`, `non_operational`, `on_trip`, `removed`, `reserved`|`missing`|`not_located`| The vehicle is not at its last reported GPS location, or that location is wildly in error |
218
+
|`non_contactable`|`missing`|`not_located`| The vehicle is not at its last reported GPS location, or that location is wildly in error |
219
219
|`available`, `elsewhere`, `non_operational`, `on_trip`, `removed`, `reserved`|`non_contactable`|`comms_lost`| The vehicle is unable to transmit its GPS location or other status information |
220
220
|`available`, `elsewhere`, `non_operational`, `on_trip`, `removed`, `reserved`|`non_contactable`|`unspecified`| The provider cannot definitively (yet) specify the reason for the non_contactable state |
221
-
|`available`, `elsewhere`, `non_operational`, `on_trip`, `removed`, `reserved`|`missing`|`unspecified`| The provider cannot definitively (yet) specify the reason for the missing state |
221
+
|`non_contactable`|`missing`|`unspecified`| The provider cannot definitively (yet) specify the reason for the missing state |
0 commit comments