Skip to content

Commit 4c271a2

Browse files
committed
resolved build errors
1 parent 8834962 commit 4c271a2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/lighting-app/tizen/src/DBusInterface.cpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -214,7 +214,7 @@ void DBusInterface::InitOnOff()
214214
void DBusInterface::InitColor()
215215
{
216216
{
217-
chip::app::Clusters::ColorControl::ColorModeEnum value = 0;
217+
chip::app::Clusters::ColorControl::ColorModeEnum value = chip::app::Clusters::ColorControl::ColorModeEnum::kCurrentHueAndCurrentSaturation;
218218
auto status = Clusters::ColorControl::Attributes::ColorMode::Get(mEndpointId, &value);
219219
VerifyOrReturn(status == Protocols::InteractionModel::Status::Success,
220220
ChipLogError(NotSpecified, "Error getting ColorMode: 0x%x", to_underlying(status)));

0 commit comments

Comments
 (0)