Skip to content

Commit 8629109

Browse files
authored
Add remote_start, remote_end
1 parent ba71829 commit 8629109

1 file changed

Lines changed: 6 additions & 2 deletions

File tree

modes/car-share.md

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -187,6 +187,8 @@ Valid passenger services vehicle event types are
187187
- `passenger_cancellation`
188188
- `provider_cancellation`
189189
- `recommission`
190+
- `remote_start`
191+
- `remote_end`
190192
- `reservation_cancel`
191193
- `reservation_start`
192194
- `service_end`
@@ -232,16 +234,18 @@ This is the list of `vehicle_state` and `event_type` pairings that constitute th
232234
| `removed` | `unknown` | N/A | `comms_lost` | The vehicle has gone out of comms while removed |
233235
| `reserved` | `available` | N/A | `driver_cancellation` | The driver has canceled the reservation |
234236
| `reserved` | `available` | N/A | `passenger_cancellation` | The passenger has canceled the reservation |
235-
| `reserved` | `available` | N/A | `provider_cancellation` | The provider has canceled the reservation |
237+
| `reserved` | `available` | N/A | `provider_cancellation` | The provider has canceled the reservation |
236238
| `reserved` | `elsewhere` | N/A | `leave_jurisdiction` | The vehicle has left the jurisdiction while in a reservation |
237239
| `reserved` | `stopped` | `stopped` | `reserve_stop` | The vehicle has stopped to pick up the passenger |
238240
| `reserved` | `unknown` | N/A | `comms_lost` | The vehicle went out of comms while being reserved by a passenger |
239241
| `stopped` | `available` | N/A | `driver_cancellation` | The driver has canceled the trip while either waiting for the passenger, or dropping them off |
240242
| `stopped` | `available` | N/A | `passenger_cancellation` | The passenger has canceled the trip while the vehicle is waiting to pick them up, or they are being dropped off |
241-
| `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+
| `stopped` | `available` | N/A | `provider_cancellation` | The provider has canceled the trip while the vehicle is waiting for a passenger, or dropping them off |
242244
| `stopped` | `available` | N/A | `trip_end` | The trip has been successfully completed |
243245
| `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) |
244246
| `stopped` | `on_trip` | `on_trip` | `trip_start` | Start a trip |
247+
| `stopped` | `stopped` | `stopped` | `remote_start` | Remotely start the engine while vehicle is stopped, usually to charge battery or warm up |
248+
| `stopped` | `stopped` | `stopped` | `remote_end` | Remotely stop the engine while vehicle is already stopped |
245249
| `stopped` | `unknown` | N/A | `comms_lost` | The vehicle has went out of comms while stopped |
246250
| `unknown` | `available` | N/A | `comms_restored` | The vehicle has come back into comms while available for-hire |
247251
| `unknown` | `elsewhere` | N/A | `comms_restored` | The vehicle has come back into comms while outside of jurisdictional boundaries |

0 commit comments

Comments
 (0)