You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: provider/README.md
+2Lines changed: 2 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -295,12 +295,14 @@ When multiple query parameters are specified, they should all apply to the retur
295
295
|||`user_drop_off`| User ends reservation |
296
296
|||`rebalance_drop_off`| Device moved for rebalancing |
297
297
|||`maintenance_drop_off`| Device introduced into service after being removed for maintenance |
298
+
|||`agency_drop_off`| The administrative agency (ie, DOT) drops a device into the PROW using an admin code or similar |
298
299
|`reserved`| A customer reserves a device (even if trip has not started yet) |`user_pick_up`| Customer reserves device |
299
300
|`unavailable`| A device is on the street but becomes unavailable for customer use |`maintenance`| A device is no longer available due to equipment issues |
300
301
|||`low_battery`| A device is no longer available due to insufficient battery |
301
302
|`removed`| A device is removed from the street and unavailable for customer use |`service_end`| Device removed from street because service has ended for the day (if program does not operate 24/7) |
302
303
|||`rebalance_pick_up`| Device removed from street and will be placed at another location to rebalance service |
303
304
|||`maintenance_pick_up`| Device removed from street so it can be worked on |
305
+
|||`agency_pick_up`| The administrative agency (ie, DOT) removes a device using an admin code or similar |
0 commit comments