diff --git a/src/HueDeviceTypes.cpp b/src/HueDeviceTypes.cpp index 05a5925..0c61a95 100644 --- a/src/HueDeviceTypes.cpp +++ b/src/HueDeviceTypes.cpp @@ -47,7 +47,7 @@ const std::set& getGamutBTypes() const std::set& getGamutCTypes() { static const std::set c_EXTENDEDCOLORLIGHT_GAMUTC_TYPES - = {"LCT010", "LCT011", "LCT012", "LCT014", "LCT015", "LCT016", "LLC020", "LST002"}; + = {"LCT010", "LCT011", "LCT012", "LCT014", "LCT015", "LCT016", "LLC020", "LST002", "LCA003", "LCB001" }; return c_EXTENDEDCOLORLIGHT_GAMUTC_TYPES; }