Skip to content

Commit c081fa8

Browse files
author
Dirk De Kok
committed
added to vehicle event deregister the event_type_reason decommissioned
1 parent 9f93c01 commit c081fa8

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

agency/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -255,7 +255,7 @@ List of valid vehicle events and the resulting vehicle status if the event is su
255255
| `trip_enter` | | Customer enters the municipal area managed by agency during an active trip. | `removed`, `elsewhere` | `trip` | |
256256
| `trip_leave` | | Customer leaves the municipal area managed by agency during an active trip. | `trip` | `elsewhere` | |
257257
| `trip_end` | | Customer ends trip and reservation | `trip` | `available` | |
258-
| `deregister` | `missing` | A vehicle is deregistered | `available`, `unavailable`, `removed`, `elsewhere` | `inactive` | A vehicle is deactivated from the fleet. |
258+
| `deregister` | `missing`, `decommissioned` | A vehicle is deregistered | `available`, `unavailable`, `removed`, `elsewhere` | `inactive` | A vehicle is deactivated from the fleet. |
259259

260260
The diagram below shows the expected events and related `status` transitions for a vehicle:
261261
![Event State Diagram](images/MDS_agency_event_state.png?raw=true "MDS Event State Diagram")

0 commit comments

Comments
 (0)