iotagent-node-lib
Version:
IoT Agent library to interface with NGSI Context Broker
43 lines (42 loc) • 901 B
JSON
[
{
"@context": "http://context.json-ld",
"id": "urn:ngsi-ld:Lamp:lamp1",
"type": "Lamp",
"controlledAsset": {
"type": "Relationship",
"object": "urn:ngsi-ld:Building:001"
},
"controlledProperty": {
"type": "Property",
"value": "StaticValue",
"includes": {
"type": "Property",
"value": "bell"
}
},
"luminosity": {
"type": "Property",
"value": 87,
"unitCode": "CAL",
"providedBy": {
"type": "Relationship",
"object": "urn:ngsi-ld:Lamp:lamp1"
}
}
},
{
"@context": "http://context.json-ld",
"id": "urn:ngsi-ld:Building:001",
"type": "Building",
"luminosity": {
"type": "Property",
"value": 87,
"unitCode": "CAL",
"providedBy": {
"type": "Relationship",
"object": "urn:ngsi-ld:Lamp:lamp1"
}
}
}
]