iotagent-node-lib
Version:
IoT Agent library to interface with NGSI Context Broker
22 lines (21 loc) • 387 B
JSON
{
"@context": "http://context.json-ld",
"type": "Subscription",
"entities": [
{
"id": "FirstMicroLight",
"type": "MicroLights"
}
],
"watchedAttributes": [
"attr_name"
],
"notification": {
"endpoint": {
"uri": "http://smartgondor.com/notify",
"accept": "application/json"
},
"attributes": [],
"format": "normalized"
}
}