UNPKG

iotagent-node-lib

Version:

IoT Agent library to interface with NGSI Context Broker

26 lines (25 loc) 481 B
[ { "@context": "http://context.json-ld", "id": "urn:ngsi-ld:WeatherStation:ws1", "type": "WeatherStation", "pressure": { "type": "Property", "value": 1040 }, "humidity": { "type": "Property", "value": { "@type": "Percentage", "@value": "12" } }, "weather": { "type": "Property", "value": { "@type": "Summary", "@value": "Humidity 6 and pressure 20800" } } } ]