Skip to content

Commit

Permalink
Update event_types.md
Browse files Browse the repository at this point in the history
Changed 'missing' to 'not_located' since there's a new vehicle state for 'missing'. Clarified 'located' to match. See openmobilityfoundation/mobility-data-specification#749 (comment)
  • Loading branch information
leandroada committed Dec 15, 2022
1 parent 3f075c6 commit 73fa3cc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions modes/event_types.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,10 +21,10 @@ As with all MDS definitions, they should be described in a way that maximizes th
| `driver_cancellation` | Driver cancelled a trip |
| `fueling_start` | Fueling starts |
| `fueling_end` | Fueling ends |
| `located` | Located (opposite of Missing) |
| `not_located` | Location unknown |
| `located` | Location found (opposite of Missing) |
| `maintenance` | General maintenance |
| `maintenance_pick_up` | Pick up for maintenance |
| `missing` | Missing |
| `off_hours` | Off hours - end of service |
| `on_hours` | On hours - start of service |
| `customer_cancellation` | Customer cancelled a trip |
Expand Down

0 comments on commit 73fa3cc

Please sign in to comment.