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
@@ -232,16 +234,18 @@ This is the list of `vehicle_state` and `event_type` pairings that constitute th
232
234
|`removed`|`unknown`| N/A |`comms_lost`| The vehicle has gone out of comms while removed |
233
235
|`reserved`|`available`| N/A |`driver_cancellation`| The driver has canceled the reservation |
234
236
|`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 |
236
238
|`reserved`|`elsewhere`| N/A |`leave_jurisdiction`| The vehicle has left the jurisdiction while in a reservation |
237
239
|`reserved`|`stopped`|`stopped`|`reserve_stop`| The vehicle has stopped to pick up the passenger |
238
240
|`reserved`|`unknown`| N/A |`comms_lost`| The vehicle went out of comms while being reserved by a passenger |
239
241
|`stopped`|`available`| N/A |`driver_cancellation`| The driver has canceled the trip while either waiting for the passenger, or dropping them off |
240
242
|`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 |
242
244
|`stopped`|`available`| N/A |`trip_end`| The trip has been successfully completed |
243
245
|`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) |
244
246
|`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 |
245
249
|`stopped`|`unknown`| N/A |`comms_lost`| The vehicle has went out of comms while stopped |
246
250
|`unknown`|`available`| N/A |`comms_restored`| The vehicle has come back into comms while available for-hire |
247
251
|`unknown`|`elsewhere`| N/A |`comms_restored`| The vehicle has come back into comms while outside of jurisdictional boundaries |
0 commit comments