iotagent-node-lib
Version:
IoT Agent library to interface with NGSI Context Broker
23 lines (22 loc) • 571 B
JSON
[
{
"@context": "http://context.json-ld",
"id": "urn:ngsi-ld:WeatherStation:ws4",
"type": "WeatherStation",
"pressure": {
"type": "Property",
"value": "52",
"observedAt": "2016-05-30T16:25:22.304Z"
}
},
{
"@context": "http://context.json-ld",
"id": "urn:ngsi-ld:Higrometer:Higro2000",
"type": "Higrometer",
"humidity": {
"type": "Property",
"value": "12",
"observedAt": "2023-03-21T18:30:30.948Z"
}
}
]