iotagent-node-lib
Version:
IoT Agent library to interface with NGSI Context Broker
20 lines (19 loc) • 366 B
JSON
[
{
"@context": "http://context.json-ld",
"id": "urn:ngsi-ld:WeatherStation:ws1",
"type": "WeatherStation",
"pressure": {
"type": "Property",
"value": 1040
},
"humidity": {
"type": "Property",
"value": "12"
},
"weather": {
"type": "Property",
"value": "Humidity 6 and pressure 20800"
}
}
]