create devices (auto-prov/DV6)
PUT
/partners/companies/{company_name}/devices
device
Key | Type | Description |
---|---|---|
enable_ch3 | bool: default=false | A flag value that when true will send a config with channel 3 enabled to the camera after install. This field is optional and defaults to false |
tag_plate | string: default="" | The vehicle’s license plate number. This field is optional and defaults to null if no value is provided. |
sn | string | For DV6 installation this will be the IMEI found on the camera. |
vin (optional) | string: default="" | The VIN of the vehicle the camera is being installed in. After a device is created, the camera name will be assigned the VIN |
name (optional) | string: default=vin | Name of the vehicle the camera is being installed in. |
adas_vehicle_hood_len (optional) | float: default=0.0 | The ADAS measurement for length from front of vehicle to camera. The units for this value are centimeters. |
adas_camera_height (optional) | float: default=150.0 | The ADAS measurement for the vertical distance from the ground to the camera. The units for this value are centimeters. |
adas_vehicle_width (optional) | float: default=170.0 | The ADAS measurement for the entire width of the vehicle. The units for this value are centimeters. |
adas_camera_offset (optional) | float: default=0.0 | The ADAS measurement for the distance from the center line of the vehicle to the camera looking inside out from the driver seat. Measurements left of center are positive numbers and measurements right of center are negative numbers. The units for this value are centimeters. |
Request
Path Params
company_name
stringÂ
required
Body Params multipart/form-data
snlist
stringÂ
required
Request samples
Responses
Modified at 2024-07-31 18:40:52