iotagent-node-lib
Version:
IoT Agent library to interface with NGSI Context Broker
25 lines (21 loc) • 474 B
JSON
{
"description": "Managed by IOTA: Robot:r2d2 Robot position",
"subject": {
"entities":[
{
"id":"Robot:r2d2","type":"Robot"
}
],
"condition": {
"attrs":["position"]
}
},
"notification":{
"http":{
"url":"http://smartgondor.com/notify"
},
"attrs":["position"],
"attrsFormat":"normalized",
"onlyChangedAttrs":true
}
}