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
+10-5Lines changed: 10 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -266,22 +266,25 @@ Vehicles can enter the `unknown` state to and from any other state with the foll
266
266
| --- | --- | --- | --- |
267
267
|`non_operational`|`available`|`battery_charged`| The vehicle became available because its battery is now charged. |
268
268
|`non_operational`|`available`|`on_hours`| The vehicle has entered operating hours (per the regulator or per the provider) |
269
-
|`removed`, `elsewhere`,`unknown`|`available`|`provider_drop_off`| The vehicle was placed in the PROW by the provider |
270
-
|`removed`, `elsewhere`,`unknown`|`available`|`agency_drop_off`| The vehicle was placed in the PROW by a city or county |
269
+
|`removed`, `unknown`|`available`|`provider_drop_off`| The vehicle was placed in the PROW by the provider |
270
+
|`removed`, `unknown`|`available`|`agency_drop_off`| The vehicle was placed in the PROW by a city or county |
271
271
|`non_operational`|`available`|`maintenance`| The vehicle was previously in need of maintenance |
272
272
|`on_trip`|`available`|`trip_end`| A trip has ended, and the vehicle is again available for rent |
273
273
|`reserved`|`available`|`reservation_cancel`| A reservation was canceled and the vehicle returned to service |
274
274
|`on_trip`|`available`|`trip_cancel`| A trip was initiated, then canceled prior to moving any distance |
275
275
|`non_operational`|`available`|`system_resume`| The vehicle is available because e.g. weather suspension or temporary regulations ended |
276
276
|`unknown`|`available`|`comms_restored`| The vehicle transmitted status information after a period of being out of communication. |
277
-
|`non_operational`, `unknown`, `removed`, `reserved`, `elsewhere`|`available`|`unspecified`| The vehicle became available, but the provider cannot definitively (yet) specify the reason. Generally, regulator Service-Level Agreements will limit the amount of time a vehicle's last event type may be `unspecified`. |
277
+
|`non_operational`, `unknown`|`available`|`unspecified`| The vehicle became available, but the provider cannot definitively (yet) specify the reason. Generally, regulator Service-Level Agreements will limit the amount of time a vehicle's last event type may be `unspecified`. |
278
278
|`available`|`reserved`|`reservation_start`| The vehicle was reserved for use by a customer |
279
279
|`unknown`|`reserved`|`comms_restored`| The vehicle transmitted status information after a period of being out of communication. |
280
+
|`unknown`|`reserved`|`unspecified`| The provider cannot definitively state how a vehicle became reserved. |
280
281
|`available`, `reserved`|`on_trip`|`trip_start`| A customer initiated a trip with this vehicle |
281
282
|`elsewhere`|`on_trip`|`trip_enter_jurisdiction`| A vehicle on a trip entered the jurisdiction |
282
283
|`unknown`|`on_trip`|`comms_restored`| The vehicle transmitted status information after a period of being out of communication. |
284
+
|`unknown`|`on_trip`|`unspecified`| The provider cannot definitively state how a vehicle started a trip. |
283
285
|`on_trip`|`elsewhere`|`trip_leave_jurisdiction`| A vehicle on a trip left the jurisdiction |
284
286
|`unknown`|`elsewhere`|`comms_restored`| The vehicle transmitted status information after a period of being out of communication. |
287
+
|`unknown`|`elsewhere`|`unspecified`| The provider cannot definitively state how a vehicle went `elsewhere`. |
285
288
|`available`|`non_operational`|`battery_low`| The vehicle's battery is below some rentability threshold |
286
289
|`available`|`non_operational`|`maintenance`| The vehicle requires some non-charge-related maintenance |
287
290
|`available`|`non_operational`|`off_hours`| The vehicle has exited operating hours (per the regulator or per the Provider) |
@@ -296,9 +299,11 @@ Vehicles can enter the `unknown` state to and from any other state with the foll
296
299
|`available`, `non_operational`, `elsewhere`, `unknown`|`removed`|`decommissioned`| The provider has removed the vehicle from its fleet |
297
300
|`unknown`, `non_operational`, `available`, `elsewhere`|`removed`|`unspecified`| The vehicle was removed, but the provider cannot definitively (yet) specify the reason |
298
301
|`unknown`|`removed`|`comms_restored`| The vehicle transmitted status information after a period of being in an unknown state |
302
+
|`unknown`|`removed`|`unspecified`| The provider cannot definitively state why a vehicle was removed |
303
+
|`non_operational`|`removed`|`unspecified`| The provider cannot definitively state why a non-opertional vehicle was removed |
299
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 |
300
-
|`available`, `reserved`, `on_trip`, `non_operational`, `elsewhere`, `removed`|`unknown`|`comms_lost`| The vehicle is unable to transmit its GPS location or other status information |
301
-
|`available`, `non_operational`|`unknown`|`unspecified`| The provider cannot definitively (yet) specify the reason for the unknown state |
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
+
|`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