We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents e8945fe + 561d286 commit ba4b9c6Copy full SHA for ba4b9c6
components/esp_matter/esp_matter_feature.h
@@ -323,7 +323,7 @@ typedef struct config {
323
uint16_t color_temp_physical_max_mireds;
324
uint16_t couple_color_temp_to_level_min_mireds;
325
nullable<uint16_t> startup_color_temperature_mireds;
326
- config() : color_temperature_mireds(0x00fa), color_temp_physical_min_mireds(0),
+ config() : color_temperature_mireds(0x00fa), color_temp_physical_min_mireds(1),
327
color_temp_physical_max_mireds(0xfeff), couple_color_temp_to_level_min_mireds(1),
328
startup_color_temperature_mireds(0x00fa) {}
329
} config_t;
0 commit comments