Skip to content

Commit eebf3fd

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

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

modes/car-share.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -236,11 +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 |
239240
| `reserved` | `available` | N/A | `customer_cancellation` | The customer has canceled the reservation |
240241
| `reserved` | `available` | N/A | `provider_cancellation` | The provider has canceled the reservation |
241242
| `reserved` | `elsewhere` | N/A | `trip_leave_jurisdiction` | The vehicle has left the jurisdiction while in a reservation |
242243
| `reserved` | `non_contactable` | N/A | `comms_lost` | The vehicle went out of comms while being reserved by a passenger |
243-
| `reserved` | `stopped` | `stopped` | `reservation_stop` | The customer has activated the vehicle |
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 |
244246
| `stopped` | `available` | N/A | `customer_cancellation` | The customer has canceled the trip |
245247
| `stopped` | `available` | N/A | `provider_cancellation` | The provider has canceled the trip |
246248
| `stopped` | `available` | N/A | `trip_end` | The trip has been successfully completed |

0 commit comments

Comments
 (0)