icarDeviceManufacturerType
Description
Describes the devices on a certain location.
Properties
| Name | Description | Required | Type |
|---|---|---|---|
| Id | Unique id of the manufacturer. Domain name/url --> lely.com, … | Yes | string |
| DeviceType | A device type registered within the database proposed by the Sensor Working Group. This could be a UUID but we prefer a meaningful string. | No | string |
| DeviceName | Name given to the device by the manufacturer. | No | string |
| DeviceDescription | Description of the device by the manufacturer. | No | string |
| DeviceConfiguration | Configuration of the device. | No | string |
Examples
Example 1
{
"id": "id",
"deviceType": "deviceType",
"deviceName": "deviceName",
"deviceDescription": "deviceDescription",
"deviceConfiguration": "deviceConfiguration"
}