{
  "device_id": "Light1",
  "protocol": "GENERIC_PROTO",
  "service" : "smartgondor",
  "service_path": "gardens",
  "entity_name": "TheFirstLight",
  "entity_type": "TheLightType",
  "timezone": "America/Santiago",
  "attributes": [
    {
      "name": "attr_name",
      "type": "string"
    }
  ],
  "lazy": [
    {
      "name": "luminance",
      "type": "lumens"
    }
  ],
  "static_attributes": [
    {
      "name": "hardcodedAttr",
      "type": "hardcodedType",
      "value": "hardcodedValue"
    }
  ],
  "commands": [
    {
      "name": "commandAttr",
      "type": "commandType"
    }
  ],
  "internal_attributes": [
    {
      "customField": "customValue"
    }
  ]
}