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/delivery-robots.md
+6-6Lines changed: 6 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -70,7 +70,7 @@ The `journey_attributes` array **may** have the following key value pairs:
70
70
71
71
### Trip ID Requirements
72
72
73
-
Events require a valid `trip_id` in events where `event_types` contains `reservation_start`, `reservation_stop`, `trip_start`, `trip_stop`, `trip_end`, `customer_cancellation`, `provider_cancellation`, or `driver_cancellation`.
73
+
Events require a valid `trip_id` in events where `event_types` contains `reservation_start`, `reservation_stop`, `trip_start`, `trip_pause`, `trip_end`, `customer_cancellation`, `provider_cancellation`, or `driver_cancellation`.
74
74
75
75
For the robots, the notion of driver does not exist, even when remotely operated.
76
76
@@ -184,7 +184,7 @@ Valid delivery vehicle event types are
184
184
-`trip_leave_jurisdiction`
185
185
-`trip_resume`
186
186
-`trip_start`
187
-
-`trip_stop`
187
+
-`trip_pause`
188
188
-`unspecified`
189
189
190
190
See vehicle [Event Types][vehicle-events] for descriptions.
@@ -212,8 +212,8 @@ This is the list of `vehicle_state` and `event_type` pairings that constitute th
212
212
|`non_operational`|`removed`| N/A |`maintenance_start`| The vehicle has entered the depot for maintenance |
213
213
|`non_operational`|`unknown`| N/A |`comms_lost`| The vehicle has gone out of comms while not operating commercially |
214
214
|`on_trip`|`elsewhere`| N/A |`leave_jurisdiction`| The vehicle has left jurisdictional boundaries while on a trip |
215
-
|`on_trip`|`stopped`|`stopped`|`trip_stop`| The vehicle has stopped while on a trip |
216
-
|`on_trip`|`stopped`|`stopped`|`order_pick_up`| The vehicle has stopped while on a trip |
215
+
|`on_trip`|`stopped`|`stopped`|`trip_pause`| The vehicle has paused while on a trip |
216
+
|`on_trip`|`stopped`|`stopped`|`order_pick_up`| The vehicle has stopped while on a trip to pick up an order|
217
217
|`on_trip`|`unknown`| N/A |`comms_lost`| The vehicle has gone out of comms while on a trip to pick up the order |
218
218
|`removed`|`non_operational`| N/A |`maintenance_end`| The vehicle has left the depot |
219
219
|`removed`|`non_operational`| N/A |`recommissioned`| The vehicle has been re-added to the Provider's fleet after being previously `decommissioned`|
@@ -222,14 +222,14 @@ This is the list of `vehicle_state` and `event_type` pairings that constitute th
222
222
|`reserved`|`available`| N/A |`customer_cancellation`| The customer has canceled the reservation |
223
223
|`reserved`|`available`| N/A |`provider_cancellation`| The provider has canceled the reservation |
224
224
|`reserved`|`elsewhere`| N/A |`leave_jurisdiction`| The vehicle has left the jurisdiction while in a reservation |
225
-
|`reserved`|`stopped`|`stopped`|`reserve_stop`| The vehicle has stopped to pick up the delivery|
225
+
|`reserved`|`stopped`|`stopped`|`reserve_stop`| The vehicle has stopped to pickup reservation|
226
226
|`reserved`|`unknown`| N/A |`comms_lost`| The vehicle has gone of comms while being reserved by a customer |
227
227
|`stopped`|`available`| N/A |`driver_cancellation`| The driver has canceled the trip while waiting |
228
228
|`stopped`|`available`| N/A |`customer_cancellation`| The customer has canceled the trip while the vehicle is waiting |
229
229
|`stopped`|`available`| N/A |`provider_cancellation`| The provider has canceled the trip while the vehicle is waiting |
230
230
|`on_trip`|`available`| N/A |`order_drop_off`| The delivery vehicle has stopped to wait for the customer to pick up the order |
231
231
|`stopped`|`available`| N/A |`trip_end`| The trip has been successfully completed |
232
-
|`stopped`|`on_trip`|`on_trip`|`trip_resume`| Resume a trip that was previously stopped (e.g. picking up an order|
232
+
|`stopped`|`on_trip`|`on_trip`|`trip_resume`| Resume a trip that was previously paused (e.g. picking up an order)|
233
233
|`stopped`|`on_trip`|`on_trip`|`trip_start`| Start a trip |
234
234
|`stopped`|`unknown`| N/A |`comms_lost`| The vehicle has gone out of comms while stopped |
235
235
|`unknown`|`available`| N/A |`comms_restored`| The vehicle has come back into comms while available for-hire |
0 commit comments