Delivers all IoT devices, the areas they are assigned to and all the warnings.
Request
/api/v1/iot-device/list
Parameter
None
Answer
Data
Attribut | Data type | Description |
eui
|
String
|
ID of IoT device |
lastMessageReceived
|
ISO Date / Time | Date and time of last message recceived |
allocateedCleaningAreas |
Flächen(Id, Name)
|
Assigned area |
warnings |
String
|
Warnings |
Example Answer
[{
"eui": "OO_C3.059",
"lastMessageReceived": "2021-06-04T04:00:13",
"allocateedCleaningAreas": [{"id": 2345, "name": "C3.059"}, {"id" 23433, "name": "C3.090"}],
"warnings": "IOT_DEVICE_NO_MESSAGE_RECEIVED"
}]
Comments
0 comments
Please sign in to leave a comment.