Skip to content

Commit 0fc51dc

Browse files
author
Jean Kao
authored
Update event_types.md
Changed 'missing' to 'not_located' since there's a new vehicle state for 'missing'. Clarified 'located' to match. See #749 (comment)
1 parent 3fe2f2e commit 0fc51dc

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

modes/event_types.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,10 +21,10 @@ As with all MDS definitions, they should be described in a way that maximizes th
2121
| `driver_cancellation` | Driver cancelled a trip |
2222
| `fueling_start` | Fueling starts |
2323
| `fueling_end` | Fueling ends |
24-
| `located` | Located (opposite of Missing) |
24+
| `not_located` | Location unknown |
25+
| `located` | Location found (opposite of Missing) |
2526
| `maintenance` | General maintenance |
2627
| `maintenance_pick_up` | Pick up for maintenance |
27-
| `missing` | Missing |
2828
| `off_hours` | Off hours - end of service |
2929
| `on_hours` | On hours - start of service |
3030
| `customer_cancellation` | Customer cancelled a trip |

0 commit comments

Comments
 (0)