pfDeviceType
Description
Defines a device.
Properties
| Name | Description | Required | Type |
|---|---|---|---|
| Id | Unique identifier on location level in the source system for this device. | Yes | string |
| Serial | The serial number of the device. | No | string |
| Name | The name of the device. | No | string |
| Description | Description of the device. | No | string |
| SoftwareVersion | Version of the software installed on the device. | No | string |
| HardwareVersion | Version of the hardware installed in the device. | No | string |
| Manufacturer | Unique id of the manufacturer using DNS notation. For example lely.com. | No | string |
| DeviceCategory | The category of device. | No | string |
Examples
Example 1
{
"id": "LAU6",
"serial": "LAU-6-A3476",
"name": "LAU6 Flow Monitor",
"description": "LAU6 smart farm irrigation monitoring integrated system",
"softwareVersion": "2.0.5",
"hardwareVersion": "8.1",
"manufacturer": "Farmsmart Irrigation Ltd",
"deviceCategory": "PulseMeter"
}