iotagent-node-lib
Version:
IoT Agent library to interface with NGSI Context Broker
25 lines (24 loc) • 545 B
JSON
{
"entities": [
{
"id": "Higro2000",
"type": "Higrometer",
"humidity": {
"value": "12",
"type": "Percentage",
"metadata": {
"TimeInstant": {
"type": "DateTime",
"value": "2018-06-13T13:28:34.611Z"
},
"unitCode":{"type": "Text", "value" :"Hgmm"}
}
},
"TimeInstant": {
"type": "DateTime",
"value": "2018-06-13T13:28:34.611Z"
}
}
],
"actionType": "append"
}