iotagent-node-lib
Version:
IoT Agent library to interface with NGSI Context Broker
26 lines (25 loc) • 523 B
JSON
{
"devices": [
{
"device_id": "thinker",
"entity_name": "TheThinker",
"entity_type": "ThinkingThing",
"protocol": "PDI-IoTA-ThinkingThings",
"timezone": "America/Santiago",
"attributes": [
{
"object_id": "attr1",
"name": "TheAttribute",
"type": "integer"
}
],
"static_attributes": [
{
"name": "TheStaticValue",
"type": "string",
"value": "thisisthevalue"
}
]
}
]
}