diff --git a/components/esp_matter/esp_matter_feature.h b/components/esp_matter/esp_matter_feature.h index 4aa397b89..a4f6782bd 100644 --- a/components/esp_matter/esp_matter_feature.h +++ b/components/esp_matter/esp_matter_feature.h @@ -323,7 +323,7 @@ typedef struct config { uint16_t color_temp_physical_max_mireds; uint16_t couple_color_temp_to_level_min_mireds; nullable startup_color_temperature_mireds; - config() : color_temperature_mireds(0x00fa), color_temp_physical_min_mireds(0), + config() : color_temperature_mireds(0x00fa), color_temp_physical_min_mireds(1), color_temp_physical_max_mireds(0xfeff), couple_color_temp_to_level_min_mireds(1), startup_color_temperature_mireds(0x00fa) {} } config_t;