iotagent-node-lib
Version:
IoT Agent library to interface with NGSI Context Broker
22 lines (21 loc) • 486 B
JSON
[
{
"@context": "http://context.json-ld",
"id": "urn:ngsi-ld:Light:light1",
"move_info": {
"type": "Property",
"value": {
"@type": "commandResult",
"@value": " "
}
},
"move_status": {
"type": "Property",
"value": {
"@type": "commandStatus",
"@value": "UNKNOWN"
}
},
"type": "Light"
}
]