iotagent-node-lib
Version:
IoT Agent library to interface with NGSI Context Broker
31 lines (30 loc) • 687 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:TheLightType:ANewLightName",
"type": "TheLightType"
}
],
"propertyNames": [
"luminance",
"commandAttr"
]
}
],
"mode": "exclusive",
"operations" : [
"retrieveOps",
"updateOps"
],
"type": "ContextSourceRegistration"
}