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
+5-5Lines changed: 5 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -186,15 +186,14 @@ Valid delivery vehicle event types are
186
186
-`located`
187
187
-`maintenance`
188
188
-`maintenance_pick_up`
189
+
-`maintenance_end`
189
190
-`missing`
190
191
-`off_hours`
191
192
-`on_hours`
192
193
-`driver_cancellation`
193
194
-`order_drop_off`
194
195
-`order_pick_up`
195
196
-`decommission`
196
-
-`maintenance_end`
197
-
-`maintenance_start`
198
197
-`customer_cancellation`
199
198
-`provider_cancellation`
200
199
-`recommission`
@@ -248,9 +247,10 @@ This is the list of `vehicle_state` and `event_type` pairings that constitute th
248
247
|`non_operational`|`available`| N/A |`service_start`| The vehicle has gone into service (is available for-hire) |
249
248
|`non_operational`|`elsewhere`| N/A |`trip_leave_jurisdiction`| The vehicle has left jurisdictional boundaries while not operating commercially |
250
249
|`non_operational`|`non_contactable`| N/A |`comms_lost`| The vehicle has gone out of comms while not operating commercially |
250
+
|`non_operational`|`non_operational`| N/A |`maintenance`| The vehicle has maintenance performed on site |
251
+
|`non_operational`|`non_operational`| N/A |`maintenance_end`| Maintenance is complete |
252
+
|`non_operational`|`removed`| N/A |`maintenance_pick_up`| The vehicle has entered the depot for maintenance |
251
253
|`non_operational`|`removed`| N/A |`decommissioned`| The vehicle has been removed from the Provider's fleet |
252
-
|`non_operational`|`removed`| N/A |`maintenance_start`| The vehicle has entered the depot for maintenance |
253
-
|`on_trip`|`available`| N/A |`order_drop_off`| The vehicle is at the customer's place and is waiting for them |
254
254
|`on_trip`|`elsewhere`| N/A |`trip_leave_jurisdiction`| The vehicle has left jurisdictional boundaries while on a trip |
255
255
|`on_trip`|`non_contactable`| N/A |`comms_lost`| The vehicle has gone out of comms while on a trip to pick up the order |
256
256
|`on_trip`|`stopped`| N/A |`order_drop_off`| The vehicle is at the customer's place and is waiting for them |
@@ -277,7 +277,7 @@ This is the list of `vehicle_state` and `event_type` pairings that constitute th
277
277
278
278
### State Machine Diagram
279
279
280
-
This *State Machine Diagram* shows how `vehicle_state` and `event_type` relate to each other and how vehicles can transition between states. See [Google Slides](https://docs.google.com/presentation/d/1fHdq1efbN5GSFDLF4en-oA_BYPXQKbbIbHff6iROJKA/edit#slide=id.g2072486e468_1_402) for the source file.
280
+
This *State Machine Diagram* shows how `vehicle_state` and `event_type` relate to each other and how vehicles can transition between states. See [Google Slides](https://docs.google.com/presentation/d/1fHdq1efbN5GSFDLF4en-oA_BYPXQKbbIbHff6iROJKA/edit#slide=id.g207ec9d0152_0_0) for the source file.
281
281
282
282

0 commit comments