We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bd7a6c4 commit 4e93ceaCopy full SHA for 4e93cea
1 file changed
modes/delivery-robots.md
@@ -89,7 +89,7 @@ The `trip_attributes` object **may** have the following key value pairs:
89
- `driver_type` (enum, required): type of driver operating the device: `human`, `semi-autonomous`, `autonomous`
90
- `driver_id` (UUID, optional): consistent unique identifier of the primary driver. Could be based on software version or an internal human driver id.
91
- `app_name` (text, optional): name of the app used to reserve the trip which could be provider's app or 3rd party app
92
-- `request_time` (timestamp, optional): when the customer requested the trip
+- `requested_time` ([Timestamp][ts], optional): when the customer requested the trip
93
- `has_payload` (boolean, optional): is there any payload for any delivery included in the device at trip start. 1 = loaded, 0 = empty
94
- `range` (integer, optional): estimated range in meters based on energy levels in device at trip start
95
- `identification_required` (boolean, optional): does the cargo require providing customer identification before trip start or upon delivery?
0 commit comments