iotagent-node-lib
Version:
IoT Agent library to interface with NGSI Context Broker
35 lines (34 loc) • 770 B
JSON
{
"protocol": "GENERIC_PROTOCOL",
"description": "A generic protocol",
"iotagent": "http://smartgondor.com/iot",
"resource": "/iot/d",
"services": [
{
"apikey": "801230BJKL23Y9090DSFL123HJK09H324HV8732",
"token": "8970A9078A803H3BL98PINEQRW8342HBAMS",
"entity_type": "SensorMachine",
"resource": "/deviceTest",
"service": "theservice",
"service_path": "theSubService",
"attributes": [
{
"name": "status",
"type": "Boolean"
}
],
"commands": [
{
"name": "wheel1",
"type": "Wheel"
}
],
"lazy": [
{
"name": "luminescence",
"type": "Lumens"
}
]
}
]
}