iotagent-node-lib
Version:
IoT Agent library to interface with NGSI Context Broker
27 lines (26 loc) • 584 B
JSON
{
"type":"ContextSourceRegistration",
"contextSourceInfo":[
{
"key": "jsonldContext",
"value": "http://context.json-ld"
}
],
"information":[
{
"entities":[
{
"type":"Light",
"id":"urn:ngsi-ld:Light:light1"
}
],
"propertyNames":[
"move"
]
}
],
"mode": "exclusive",
"operations":["updateOps"],
"endpoint":"http://smartgondor.com",
"@context": "http://context.json-ld"
}