iotagent-node-lib
Version:
IoT Agent library to interface with NGSI Context Broker
18 lines (17 loc) • 426 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": "16",
"observedAt": "2023-03-21T16:57:54.046Z"
}
}
]