UNPKG

iotagent-node-lib

Version:

IoT Agent library to interface with NGSI Context Broker

39 lines 686 B
{ "device_id": "Light1", "protocol": "GENERIC_PROTO", "service" : "smartgondor", "service_path": "gardens", "entity_name": "TheFirstLight", "entity_type": "TheLightType", "timezone": "America/Santiago", "attributes": [ { "name": "attr_name", "type": "string" } ], "lazy": [ { "name": "luminance", "type": "lumens" } ], "static_attributes": [ { "name": "hardcodedAttr", "type": "hardcodedType", "value": "hardcodedValue" } ], "commands": [ { "name": "commandAttr", "type": "commandType" } ], "internal_attributes": [ { "customField": "customValue" } ] }