5.12 IOT
It describes an IoT device.
ID |
Name |
Type |
# |
Description |
|---|---|---|---|---|
1 |
description |
|
1 |
Identifier of the IoT function. |
2 |
name |
|
1 |
Name of the IoT service provider. |
3 |
type |
|
1 |
Type of the IoT device. |
Sample IOT object represented in JSON Format:
{
"description": "IoT",
"name": "Azure IoT",
"type": "sensor"
}