Skip to content

Commit f3e9ae7

Browse files
author
Dirk de Kok
authored
mentions ambiguity for reserved event_type (#439)
1 parent cbbf70c commit f3e9ae7

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

provider/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -370,8 +370,8 @@ Without an `event_time` query parameter, `/status_changes` shall return a `400 B
370370
| | | `user_drop_off` | User ends reservation |
371371
| | | `rebalance_drop_off` | Device moved for rebalancing |
372372
| | | `maintenance_drop_off` | Device introduced into service after being removed for maintenance |
373-
| | | `agency_drop_off` | The administrative agency (ie, DOT) drops a device into the PROW using an admin code or similar |
374-
| `reserved` | A customer reserves a device (even if trip has not started yet) | `user_pick_up` | Customer reserves device |
373+
| | | `agency_drop_off` | The administrative agency (ie, DOT) drops a device into the PROW using an admin code or similar |
374+
| `reserved` | A customer reserves a device (even if trip has not started yet) | `user_pick_up` | Customer reserves device. Note that this event_type is deemed ambiguous right now: it can mean reserved as in possession, or reserved as in future hold. This issue will be remedied in a future version with an extra event_type. For now, different providers have implemented this in either way. |
375375
| `unavailable` | A device is on the street but becomes unavailable for customer use | `maintenance` | A device is no longer available due to equipment issues |
376376
| | | `low_battery` | A device is no longer available due to insufficient battery |
377377
| `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) |

0 commit comments

Comments
 (0)