Skip to content

Commit f32f635

Browse files
authored
Changed trip_stop to trip_pause
1 parent 99e7d6f commit f32f635

1 file changed

Lines changed: 6 additions & 6 deletions

File tree

modes/delivery-robots.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ The `journey_attributes` array **may** have the following key value pairs:
7070

7171
### Trip ID Requirements
7272

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`.
7474

7575
For the robots, the notion of driver does not exist, even when remotely operated.
7676

@@ -184,7 +184,7 @@ Valid delivery vehicle event types are
184184
- `trip_leave_jurisdiction`
185185
- `trip_resume`
186186
- `trip_start`
187-
- `trip_stop`
187+
- `trip_pause`
188188
- `unspecified`
189189

190190
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
212212
| `non_operational` | `removed` | N/A | `maintenance_start` | The vehicle has entered the depot for maintenance |
213213
| `non_operational` | `unknown` | N/A | `comms_lost` | The vehicle has gone out of comms while not operating commercially |
214214
| `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 |
217217
| `on_trip` | `unknown` | N/A | `comms_lost` | The vehicle has gone out of comms while on a trip to pick up the order |
218218
| `removed` | `non_operational` | N/A | `maintenance_end` | The vehicle has left the depot |
219219
| `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
222222
| `reserved` | `available` | N/A | `customer_cancellation` | The customer has canceled the reservation |
223223
| `reserved` | `available` | N/A | `provider_cancellation` | The provider has canceled the reservation |
224224
| `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 |
226226
| `reserved` | `unknown` | N/A | `comms_lost` | The vehicle has gone of comms while being reserved by a customer |
227227
| `stopped` | `available` | N/A | `driver_cancellation` | The driver has canceled the trip while waiting |
228228
| `stopped` | `available` | N/A | `customer_cancellation` | The customer has canceled the trip while the vehicle is waiting |
229229
| `stopped` | `available` | N/A | `provider_cancellation` | The provider has canceled the trip while the vehicle is waiting |
230230
| `on_trip` | `available` | N/A | `order_drop_off` | The delivery vehicle has stopped to wait for the customer to pick up the order |
231231
| `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) |
233233
| `stopped` | `on_trip` | `on_trip` | `trip_start` | Start a trip |
234234
| `stopped` | `unknown` | N/A | `comms_lost` | The vehicle has gone out of comms while stopped |
235235
| `unknown` | `available` | N/A | `comms_restored` | The vehicle has come back into comms while available for-hire |

0 commit comments

Comments
 (0)