iotagent-node-lib
Version:
IoT Agent library to interface with NGSI Context Broker
36 lines (35 loc) • 701 B
JSON
{
"groups": [
{
"resource": "/deviceDuplicateGroup",
"apikey": "JK09H3L12K09H3L123HJK0732L123HJK38K09H3",
"entity_type": "CommandMachinery",
"trust": "8970A9078A803H3BL98PINEQRW8342HBAMS",
"commands": [
{
"name": "wheel1",
"type": "Wheel"
}
],
"lazy": [
{
"name": "luminescence",
"type": "Lumens"
}
],
"attributes": [
{
"name": "status",
"type": "Boolean"
}
],
"static_attributes": [
{
"name": "bootstrapServer",
"type": "Address",
"value": "127.0.0.1"
}
]
}
]
}