UNPKG

iotagent-node-lib

Version:

IoT Agent library to interface with NGSI Context Broker

26 lines 557 B
{ "devices": [ { "device_id": "Light3", "protocol": "GENERIC_PROTO", "entity_name": "TheThirdLight", "entity_type": "TheLightType", "timezone": "America/Santiago", "endpoint": "http://fakedEndpoint:1234", "transport": "MQTT", "attributes": [ { "name": "attr_name", "type": "string" } ], "static_attributes": [ { "name": "hardcodedAttr", "type": "hardcodedType", "value": "hardcodedValue" } ] } ] }