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
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -260,7 +260,7 @@ The state-transition table below describes how the `vehicle_state` changes in re
260
260
261
261
Note that to handle out-of-order events, the validity of the prior-state shall not be enforced at the time of ingest via Provider or Agency. Events received out-of-order may result in transient incorrect vehicle states.
262
262
263
-
Vehicles can enter the `unknown` state to and from any other state with the following event types: `unknown`can go to any state with event type `comms_restored`, and any state can go to `unknown`with event type `comms_lost` or `missing`.
263
+
Vehicles can enter the `unknown` state to and from any other state with the following event types: any state can go to `unknown`with event type `comms_lost`, `missing`, or `unspecified`, and `unknown`can go to any state with event type `comms_restored` of `unspecified`.
@@ -301,7 +301,7 @@ Vehicles can enter the `unknown` state to and from any other state with the foll
301
301
|`unknown`|`removed`|`comms_restored`| The vehicle transmitted status information after a period of being in an unknown state |
302
302
|`unknown`|`removed`|`unspecified`| The provider cannot definitively state why a vehicle was removed |
303
303
|`non_operational`|`removed`|`unspecified`| The provider cannot definitively state why a non-opertional vehicle was removed |
304
-
|`available`, `reserved`, `on_trip`, `non_operational`, `elsewhere`, `removed`|`unknown`|`missing`| The vehicle is not at its last reported GPS location, or that location is wildly in error |
304
+
|`available`, `elsewhere`, `non_operational`, `on_trip`, `removed`, `reserved`|`unknown`|`missing`| The vehicle is not at its last reported GPS location, or that location is wildly in error |
305
305
|`available`, `elsewhere`, `non_operational`, `on_trip`, `removed`, `reserved`|`unknown`|`comms_lost`| The vehicle is unable to transmit its GPS location or other status information |
306
306
|`available`, `elsewhere`, `non_operational`, `on_trip`, `removed`, `reserved`|`unknown`|`unspecified`| The provider cannot definitively (yet) specify the reason for the unknown state |
0 commit comments