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