iotagent-node-lib
Version:
IoT Agent library to interface with NGSI Context Broker
29 lines (28 loc) • 526 B
JSON
{
"devices": [
{
"device_id": "STACK1",
"protocol": "TT_BLACKBUTTON",
"entity_type": "ThinkingThing",
"timezone": "America/Santiago",
"attributes": [
{
"name": "internalId",
"type": "string"
},
{
"name": "last_operation",
"type": "string"
},
{
"name": "op_action",
"type": "string"
},
{
"name": "op_extra",
"type": "string"
}
]
}
]
}