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/car-share.md
+4-4Lines changed: 4 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -241,10 +241,10 @@ This is the list of `vehicle_state` and `event_type` pairings that constitute th
241
241
|`reserved`|`available`| N/A |`provider_cancellation`| The provider has canceled the reservation |
242
242
|`reserved`|`elsewhere`| N/A |`trip_leave_jurisdiction`| The vehicle has left the jurisdiction while in a reservation |
243
243
|`reserved`|`non_contactable`| N/A |`comms_lost`| The vehicle went out of comms while being reserved by a passenger |
244
-
|`reserved`|`stopped`|`stopped`|`reservation_stop`| The vehicle has stopped to pick up the passenger |
245
-
|`stopped`|`available`| N/A |`driver_cancellation`| The driver has canceled the trip while either waiting for the passenger, or dropping them off |
246
-
|`stopped`|`available`| N/A |`customer_cancellation`| The customer has canceled the trip while the vehicle is waiting to pick them up, or they are being dropped off|
247
-
|`stopped`|`available`| N/A |`provider_cancellation`| The provider has canceled the trip while the vehicle is waiting for a passenger, or dropping them off |
244
+
|`reserved`|`stopped`|`stopped`|`reservation_stop`| The customer has activated the vehicle|
245
+
|`stopped`|`available`| N/A |`driver_cancellation`| The driver has canceled the trip |
246
+
|`stopped`|`available`| N/A |`customer_cancellation`| The customer has canceled the trip |
247
+
|`stopped`|`available`| N/A |`provider_cancellation`| The provider has canceled the trip |
248
248
|`stopped`|`available`| N/A |`trip_end`| The trip has been successfully completed |
249
249
|`stopped`|`non_contactable`| N/A |`comms_lost`| The vehicle has went out of comms while stopped |
250
250
|`stopped`|`on_trip`|`on_trip`|`trip_resume`| Resume a trip that was previously stopped (e.g. picking up a friend to go to the airport with) |
0 commit comments