{
  "devices": [
    {
      "device_id": "MicroLight1",
      "protocol": "GENERIC_PROTO",
      "entity_name": "FirstMicroLight",
      "entity_type": "MicroLights",
      "attributes": [
        {
          "name": "attr_name",
          "type": "string"
        }
      ],
      "static_attributes": [
        {
	  "name": "bootstrapServer",
	  "type": "Address",
	  "value": "127.0.0.1"
	}
      ]
    }
  ]
}
