From 379ab2f8408266e541ba503f4cb2100056a88890 Mon Sep 17 00:00:00 2001 From: Thirupathi S Date: Fri, 31 May 2024 18:32:43 +0530 Subject: [PATCH] build error solved --- examples/lighting-app/tizen/src/DBusInterface.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/lighting-app/tizen/src/DBusInterface.h b/examples/lighting-app/tizen/src/DBusInterface.h index c5d58775dde384..96790f48fa5f6c 100644 --- a/examples/lighting-app/tizen/src/DBusInterface.h +++ b/examples/lighting-app/tizen/src/DBusInterface.h @@ -39,7 +39,7 @@ class DBusInterface void Identify(uint16_t time); void SetOnOff(bool on); void SetCurrentLevel(uint8_t value); - void SetColorMode(chip::app::Clusters::ColorControl::ColorMode colorMode); + void SetColorMode(chip::app::Clusters::ColorControl::ColorModeEnum colorMode); void SetColorTemperature(uint16_t value); private: