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