File tree 1 file changed +0
-25
lines changed
src/app/clusters/color-control-server
1 file changed +0
-25
lines changed Original file line number Diff line number Diff line change @@ -34,31 +34,6 @@ using namespace chip::app::Clusters;
34
34
using namespace chip ::app::Clusters::ColorControl;
35
35
using chip::Protocols::InteractionModel::Status;
36
36
37
- // These constants are NOT currently spec compliant
38
- // These should be changed once we have real specification enumeration
39
- // names.
40
- // namespace chip {
41
- // namespace app {
42
- // namespace Clusters {
43
- // namespace ColorControl {
44
-
45
- // namespace EnhancedColorMode {
46
- // constexpr uint8_t kCurrentHueAndCurrentSaturation = ColorControlServer::EnhancedColorMode::kCurrentHueAndCurrentSaturation;
47
- // constexpr uint8_t kCurrentXAndCurrentY = ColorControlServer::EnhancedColorMode::kCurrentXAndCurrentY;
48
- // constexpr uint8_t kColorTemperature = ColorControlServer::EnhancedColorMode::kColorTemperature;
49
- // constexpr uint8_t kEnhancedCurrentHueAndCurrentSaturation =
50
- // ColorControlServer::EnhancedColorMode::kEnhancedCurrentHueAndCurrentSaturation;
51
- // } // namespace EnhancedColorMode
52
-
53
- // namespace Options {
54
- // constexpr uint8_t kExecuteIfOff = 1;
55
- // } // namespace Options
56
-
57
- // } // namespace ColorControl
58
- // } // namespace Clusters
59
- // } // namespace app
60
- // } // namespace chip
61
-
62
37
#if defined(MATTER_DM_PLUGIN_SCENES_MANAGEMENT) && CHIP_CONFIG_SCENES_USE_DEFAULT_HANDLERS
63
38
class DefaultColorControlSceneHandler : public scenes ::DefaultSceneHandlerImpl
64
39
{
You can’t perform that action at this time.
0 commit comments