iotagent-node-lib
Version:
IoT Agent library to interface with NGSI Context Broker
24 lines (23 loc) • 621 B
JSON
[
{
"@context": "http://context.json-ld",
"PING_info": {
"observedAt": "2015-08-05T07:35:01.468Z",
"type": "Property",
"value": {
"@type": "commandResult",
"@value": "1234567890"
}
},
"PING_status": {
"observedAt": "2015-08-05T07:35:01.468Z",
"type": "Property",
"value": {
"@type": "commandStatus",
"@value": "OK"
}
},
"id": "urn:ngsi-ld:SensorCommand:sensorCommand",
"type": "SensorCommand"
}
]