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