iotagent-node-lib
Version:
IoT Agent library to interface with NGSI Context Broker
30 lines (29 loc) • 604 B
JSON
{
"name": "ws7",
"entity_name": "weather7",
"entity_type": "weatherStation",
"attributes": [
{
"name": "TheTemperature",
"type": "TheType"
},
{
"name": "TheHumidity",
"type": "TheOtherType"
}
],
"internal_attributes": {
"lwm2mResourceMapping": {
"TheTemperature" : {
"objectType": 34000,
"objectInstance": 0,
"objectResource": 5
},
"TheHumidity" : {
"objectType": 34000,
"objectInstance": 0,
"objectResource": 6
}
}
}
}