iotagent-node-lib
Version:
IoT Agent library to interface with NGSI Context Broker
36 lines (35 loc) • 661 B
JSON
{
"devices": [
{
"device_id": "Light3",
"protocol": "GENERIC_PROTO",
"entity_name": "TheSecondLight",
"entity_type": "TheLightType",
"timezone": "America/Santiago",
"attributes": [
{
"name": "attr_name",
"type": "string"
}
],
"static_attributes": [
{
"name": "attr_name",
"type": "string"
}
],
"lazy": [
{
"name": "luminance",
"type": "lumens"
}
],
"commands": [],
"internal_attributes": [
{
"customField": "customValue"
}
]
}
]
}