iotagent-node-lib
Version:
IoT Agent library to interface with NGSI Context Broker
25 lines (24 loc) • 379 B
JSON
{
"id":"lamp1",
"type":"Lamp",
"luminosity": {
"value": "100",
"type": "text",
"metadata": {
"unitCode": {
"type": "Text",
"value": "CAL"
}
}
},
"controlledProperty": {
"value": "StaticValue",
"type": "text",
"metadata": {
"includes": {
"type": "Text",
"value": "bell"
}
}
}
}