Skip to content

Commit 8559fcc

Browse files
authored
Merge pull request #283 from spin-org/dirk/add_reason_decommissioned
Added to vehicle event deregister the event_type_reason decommissioned
2 parents e1519f7 + c081fa8 commit 8559fcc

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
@@ -259,7 +259,7 @@ List of valid vehicle events and the resulting vehicle status if the event is su
259259
| `trip_enter` | | Customer enters the municipal area managed by agency during an active trip. | `removed`, `elsewhere` | `trip` | |
260260
| `trip_leave` | | Customer leaves the municipal area managed by agency during an active trip. | `trip` | `elsewhere` | |
261261
| `trip_end` | | Customer ends trip and reservation | `trip` | `available` | |
262-
| `deregister` | `missing` | A vehicle is deregistered | `available`, `unavailable`, `removed`, `elsewhere` | `inactive` | A vehicle is deactivated from the fleet. |
262+
| `deregister` | `missing`, `decommissioned` | A vehicle is deregistered | `available`, `unavailable`, `removed`, `elsewhere` | `inactive` | A vehicle is deactivated from the fleet. |
263263

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

0 commit comments

Comments
 (0)