From 73fa3cc06c9b8fb3db96deea5079cf1283ec5a1e Mon Sep 17 00:00:00 2001 From: leandroada Date: Thu, 15 Dec 2022 14:27:30 -0800 Subject: [PATCH] Update event_types.md Changed 'missing' to 'not_located' since there's a new vehicle state for 'missing'. Clarified 'located' to match. See https://github.com/openmobilityfoundation/mobility-data-specification/issues/749#issuecomment-1267459795 --- modes/event_types.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/modes/event_types.md b/modes/event_types.md index 075e048..c781d4c 100644 --- a/modes/event_types.md +++ b/modes/event_types.md @@ -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 |