Skip to content

Commit 9e49027

Browse files
authored
Update car-share.md
1 parent a4c2276 commit 9e49027

1 file changed

Lines changed: 3 additions & 5 deletions

File tree

modes/car-share.md

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -236,15 +236,13 @@ This is the list of `vehicle_state` and `event_type` pairings that constitute th
236236
| `removed` | `non_contactable` | N/A | `comms_lost` | The vehicle has gone out of comms while removed |
237237
| `removed` | `non_operational` | N/A | `maintenance_end` | The vehicle maintenance work has ended |
238238
| `removed` | `non_operational` | N/A | `recommissioned` | The vehicle has been re-added to the Provider's fleet after being previously `decommissioned` |
239-
| `reserved` | `available` | N/A | `driver_cancellation` | The driver has canceled the reservation |
240239
| `reserved` | `available` | N/A | `customer_cancellation` | The customer has canceled the reservation |
241240
| `reserved` | `available` | N/A | `provider_cancellation` | The provider has canceled the reservation |
242241
| `reserved` | `elsewhere` | N/A | `trip_leave_jurisdiction` | The vehicle has left the jurisdiction while in a reservation |
243242
| `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 |
243+
| `reserved` | `stopped` | `stopped` | `reservation_stop` | The customer has activated the vehicle |
244+
| `stopped` | `available` | N/A | `customer_cancellation` | The customer has canceled the trip |
245+
| `stopped` | `available` | N/A | `provider_cancellation` | The provider has canceled the trip |
248246
| `stopped` | `available` | N/A | `trip_end` | The trip has been successfully completed |
249247
| `stopped` | `non_contactable` | N/A | `comms_lost` | The vehicle has went out of comms while stopped |
250248
| `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

Comments
 (0)