iotagent-node-lib
Version:
IoT Agent library to interface with NGSI Context Broker
37 lines (36 loc) • 862 B
JSON
[
{
"@context": "http://context.json-ld",
"id": "urn:ngsi-ld:WeatherStation:ws1",
"type": "WeatherStation",
"weather": {
"type": "Property",
"value": {
"@type": "Summary",
"@value": "Humidity 6 and pressure 1040"
}
},
"pressure25": {
"type": "Property",
"value": 52
},
"humidity12": {
"type": "Property",
"value": {
"@type": "Percentage",
"@value": "12"
}
},
"alive": {
"type": "Property",
"value": {
"@type": "None",
"@value": "undefined"
}
},
"updated": {
"type": "Property",
"value": true
}
}
]