Skip to content

Commit 3c333d4

Browse files
committed
Addressed review comments
1 parent 7556318 commit 3c333d4

File tree

3 files changed

+179
-106
lines changed

3 files changed

+179
-106
lines changed

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

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

0 commit comments

Comments
 (0)