Skip to content

Commit

Permalink
build error resolved
Browse files Browse the repository at this point in the history
  • Loading branch information
Thirsrin committed May 28, 2024
1 parent 9860e6f commit 7ad46ea
Showing 1 changed file with 0 additions and 25 deletions.
25 changes: 0 additions & 25 deletions src/app/clusters/color-control-server/color-control-server.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -34,31 +34,6 @@ using namespace chip::app::Clusters;
using namespace chip::app::Clusters::ColorControl;
using chip::Protocols::InteractionModel::Status;

// These constants are NOT currently spec compliant
// These should be changed once we have real specification enumeration
// names.
// namespace chip {
// namespace app {
// namespace Clusters {
// namespace ColorControl {

// namespace EnhancedColorMode {
// constexpr uint8_t kCurrentHueAndCurrentSaturation = ColorControlServer::EnhancedColorMode::kCurrentHueAndCurrentSaturation;
// constexpr uint8_t kCurrentXAndCurrentY = ColorControlServer::EnhancedColorMode::kCurrentXAndCurrentY;
// constexpr uint8_t kColorTemperature = ColorControlServer::EnhancedColorMode::kColorTemperature;
// constexpr uint8_t kEnhancedCurrentHueAndCurrentSaturation =
// ColorControlServer::EnhancedColorMode::kEnhancedCurrentHueAndCurrentSaturation;
// } // namespace EnhancedColorMode

// namespace Options {
// constexpr uint8_t kExecuteIfOff = 1;
// } // namespace Options

// } // namespace ColorControl
// } // namespace Clusters
// } // namespace app
// } // namespace chip

#if defined(MATTER_DM_PLUGIN_SCENES_MANAGEMENT) && CHIP_CONFIG_SCENES_USE_DEFAULT_HANDLERS
class DefaultColorControlSceneHandler : public scenes::DefaultSceneHandlerImpl
{
Expand Down

0 comments on commit 7ad46ea

Please sign in to comment.