iotagent-node-lib
Version:
IoT Agent library to interface with NGSI Context Broker
32 lines (31 loc) • 657 B
JSON
[
{
"@context": "http://context.json-ld",
"id": "urn:ngsi-ld:TheLightType:TheFirstLight",
"type": "TheLightType",
"hardcodedAttr": {
"type": "Property",
"value": "hardcodedType"
},
"bootstrapServer": {
"type": "Property",
"value": "127.0.0.1"
},
"commandAttr_status": {
"type": "Property",
"value": "UNKNOWN"
},
"commandAttr_info": {
"type": "Property",
"value": "commandResult",
},
"wheel1_status": {
"type": "Property",
"value": "commandStatus"
},
"wheel1_info": {
"type": "Property",
"value": "commandResult"
}
}
]