iotagent-node-lib
Version:
IoT Agent library to interface with NGSI Context Broker
32 lines (31 loc) • 527 B
JSON
{
"id":"light1",
"type":"Light",
"state": {
"value": true,
"type": "boolean",
"metadata":
{
"TimeInstant":
{
"type": "DateTime",
"value": "2015-08-05T07:35:01.468Z"
}
}
},
"dimming": {
"value": 87,
"type": "number",
"metadata":
{
"TimeInstant":{
"type": "DateTime",
"value": "2015-08-05T07:35:01.468Z"
}
}
},
"TimeInstant":{
"type": "DateTime",
"value": "2015-08-05T07:35:01.468Z"
}
}