Skip to content

Commit 6c7f81e

Browse files
authored
Merge pull request #881 from bergenklem/bergenklem-patch-1
Update to pairing list of vehicle_state and event_type for car sharing
2 parents 101f135 + eebf3fd commit 6c7f81e

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

modes/car-share.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -241,10 +241,10 @@ This is the list of `vehicle_state` and `event_type` pairings that constitute th
241241
| `reserved` | `available` | N/A | `provider_cancellation` | The provider has canceled the reservation |
242242
| `reserved` | `elsewhere` | N/A | `trip_leave_jurisdiction` | The vehicle has left the jurisdiction while in a reservation |
243243
| `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 |
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 |
246+
| `stopped` | `available` | N/A | `customer_cancellation` | The customer has canceled the trip |
247+
| `stopped` | `available` | N/A | `provider_cancellation` | The provider has canceled the trip |
248248
| `stopped` | `available` | N/A | `trip_end` | The trip has been successfully completed |
249249
| `stopped` | `non_contactable` | N/A | `comms_lost` | The vehicle has went out of comms while stopped |
250250
| `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)