Skip to content

Commit aa254e1

Browse files
authored
Added fueling start/end
1 parent 58a2fde commit aa254e1

1 file changed

Lines changed: 10 additions & 2 deletions

File tree

modes/car-share.md

Lines changed: 10 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -159,7 +159,7 @@ This `accessibility_options` enum represents the accessibility options available
159159

160160
### Vehicle States
161161

162-
Valid customer services vehicle states are
162+
Valid car share vehicle states are
163163

164164
- `removed`
165165
- `available`
@@ -176,12 +176,16 @@ See [Vehicle States][vehicle-states] for descriptions.
176176

177177
### Event Types
178178

179-
Valid passenger services vehicle event types are
179+
Valid car share vehicle event types are
180180

181+
- `charging_start`
182+
- `charging_end`
181183
- `comms_lost`
182184
- `comms_restored`
183185
- `driver_cancellation`
184186
- `decommission`
187+
- `fueling_start`
188+
- `fueling_end`
185189
- `maintenance_end`
186190
- `maintenance_start`
187191
- `passenger_cancellation`
@@ -244,6 +248,10 @@ This is the list of `vehicle_state` and `event_type` pairings that constitute th
244248
| `stopped` | `available` | N/A | `trip_end` | The trip has been successfully completed |
245249
| `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) |
246250
| `stopped` | `on_trip` | `on_trip` | `trip_start` | Start a trip |
251+
| `stopped` | `stopped` | `stopped` | `charging_start` | Start charging the device battery |
252+
| `stopped` | `stopped` | `stopped` | `charging_end` | End charging the device battery |
253+
| `stopped` | `stopped` | `stopped` | `fueling_start` | Start fueling the device with physical fuel |
254+
| `stopped` | `stopped` | `stopped` | `fueling_end` | End fueling the device with physical fuel |
247255
| `stopped` | `stopped` | `stopped` | `remote_start` | Remotely start the engine while vehicle is stopped, usually to charge battery or warm up |
248256
| `stopped` | `stopped` | `stopped` | `remote_end` | Remotely stop the engine while vehicle is already stopped |
249257
| `stopped` | `unknown` | N/A | `comms_lost` | The vehicle has went out of comms while stopped |

0 commit comments

Comments
 (0)