iotagent-node-lib
Version:
IoT Agent library to interface with NGSI Context Broker
21 lines (20 loc) • 507 B
JSON
[
{
"@context": "http://context.json-ld",
"id": "urn:ngsi-ld:WeatherStation:ws5",
"type": "WeatherStation"
},
{
"@context": "http://context.json-ld",
"id": "urn:ngsi-ld:Higrometer:Higro2000",
"type": "Higrometer",
"humidity": {
"type": "Property",
"value": {
"@type": "Percentage",
"@value": "16"
},
"observedAt": "2023-03-21T16:57:54.046Z"
}
}
]