iotagent-node-lib
Version:
IoT Agent library to interface with NGSI Context Broker
24 lines (23 loc) • 438 B
JSON
{
"devices": [
{
"device_id": "MicroLight1",
"protocol": "GENERIC_PROTO",
"entity_name": "FirstMicroLight",
"entity_type": "MicroLights",
"attributes": [
{
"name": "attr_name",
"type": "string"
}
],
"static_attributes": [
{
"name": "hardcodedAttr",
"type": "hardcodedType",
"value": "hardcodedValue"
}
]
}
]
}