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