iotagent-node-lib
Version:
IoT Agent library to interface with NGSI Context Broker
21 lines (20 loc) • 359 B
JSON
{
"id": "TheFirstLight",
"type": "TheLightType",
"attr_name": {
"type": "string",
"value": null
},
"hardcodedAttr": {
"type": "hardcodedType",
"value": "hardcodedValue"
},
"commandAttr_status": {
"type": "commandStatus",
"value": "UNKNOWN"
},
"commandAttr_info": {
"type": "commandResult",
"value": " "
}
}