Commit 8cf8341755458b5437833bdc9b360cb41c9e1325
Committed by
Moritz Wirger
1 parent
1d7354c1
Add device types LCA003 and LCB001 - new Bluetooth-enabled Hue White and Color Ambiance bulbs
Showing
1 changed file
with
1 additions
and
1 deletions
src/HueDeviceTypes.cpp
| ... | ... | @@ -47,7 +47,7 @@ const std::set<std::string>& getGamutBTypes() |
| 47 | 47 | const std::set<std::string>& getGamutCTypes() |
| 48 | 48 | { |
| 49 | 49 | static const std::set<std::string> c_EXTENDEDCOLORLIGHT_GAMUTC_TYPES |
| 50 | - = {"LCT010", "LCT011", "LCT012", "LCT014", "LCT015", "LCT016", "LLC020", "LST002"}; | |
| 50 | + = {"LCT010", "LCT011", "LCT012", "LCT014", "LCT015", "LCT016", "LLC020", "LST002", "LCA003", "LCB001" }; | |
| 51 | 51 | return c_EXTENDEDCOLORLIGHT_GAMUTC_TYPES; |
| 52 | 52 | } |
| 53 | 53 | ... | ... |