{
  "protocol": "GENERIC_PROTOCOL",
  "description": "A generic protocol",
  "iotagent": "http://smartgondor.com/iot",
  "resource": "/iot/d",
  "services": [
    {
      "apikey": "801230BJKL23Y9090DSFL123HJK09H324HV8732",
      "token": "8970A9078A803H3BL98PINEQRW8342HBAMS",
      "cbHost":"http://unexistentHost:1026",
      "entity_type": "SensorMachine",
      "resource": "/deviceTest",
      "service": "theservice",
      "service_path": "theSubService",
      "attributes": [
        {
          "name": "status",
          "type": "Boolean"
        }
      ],
      "lazy": [
        {
          "name": "luminescence",
          "type": "Lumens"
        }
      ],
      "commands":[
        {
          "name": "wheel1",
          "type": "Wheel"
        }
      ]
    }
  ]
}
