Merge branch 'light_flash' into integration

This commit is contained in:
J. Nick Koston 2025-07-26 17:14:09 -10:00
commit 3ec6b9d1a4
No known key found for this signature in database

View File

@ -468,8 +468,7 @@ std::set<ColorMode> LightCall::get_suitable_color_modes_() {
case KEY(true, false, false, true): // rgb + white
return {ColorMode::RGB_WHITE, ColorMode::RGB_COLOR_TEMPERATURE, ColorMode::RGB_COLD_WARM_WHITE};
case KEY(false, true, false, true): // rgb + ct
return {ColorMode::RGB_COLOR_TEMPERATURE, ColorMode::RGB_COLD_WARM_WHITE};
case KEY(true, true, false, true): // rgb + white + ct
case KEY(true, true, false, true): // rgb + white + ct
return {ColorMode::RGB_COLOR_TEMPERATURE, ColorMode::RGB_COLD_WARM_WHITE};
case KEY(false, false, true, true): // rgb + cwww
return {ColorMode::RGB_COLD_WARM_WHITE};