iotagent-node-lib
Version:
IoT Agent library to interface with NGSI Context Broker
29 lines (28 loc) • 509 B
JSON
{
"id":"ws1",
"type":"WeatherStation",
"pressure25":{
"type": "Number",
"value": 52
},
"humidity12":{
"type": "Percentage",
"value": "12"
},
"weather":{
"type": "Summary",
"value": "Humidity 6 and pressure 1040"
},
"pressure":{
"type":"Number","value":"undefined"
},
"consumption":{
"type":"Number","value":"undefined"
},
"alive":{
"type":"None","value":"undefined"
},
"updated":{
"type":"Boolean","value":"undefined"
}
}