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