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