Skip to content

Commit 58a2fde

Browse files
authored
Add fueling start/end events
1 parent fd63ac5 commit 58a2fde

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

modes/event_types.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,8 @@ As with all MDS definitions, they should be described in a way that maximizes th
1919
| `order_pick_up` | Delivery of the order at the customer's location |
2020
| `decommissioned` | Decommissioned |
2121
| `driver_cancellation` | Driver cancelled a trip |
22+
| `fueling_start` | Fueling starts |
23+
| `fueling_end` | Fueling ends |
2224
| `located` | Located (opposite of Missing) |
2325
| `maintenance` | General maintenance |
2426
| `maintenance_pick_up` | Pick up for maintenance |
@@ -41,7 +43,7 @@ As with all MDS definitions, they should be described in a way that maximizes th
4143
| `trip_leave_jurisdiction` | Trip leaves a jurisdiction |
4244
| `trip_start` | Start trip |
4345
| `trip_pause` | Pause trip temporarily but do not end trip |
44-
| `trip_resume` | Resume trip |
46+
| `trip_resume` | Resume trip |
4547
| `unspecified` | Unspecified |
4648

4749
### Limitations on the Use of Certain Values

0 commit comments

Comments
 (0)