Skip to content

Commit

Permalink
Addressed review comments
Browse files Browse the repository at this point in the history
  • Loading branch information
Thirsrin committed Jul 8, 2024
1 parent 8341883 commit 4a87f4a
Show file tree
Hide file tree
Showing 3 changed files with 182 additions and 109 deletions.
2 changes: 1 addition & 1 deletion examples/lighting-app/tizen/src/DBusInterface.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -217,7 +217,7 @@ void DBusInterface::InitOnOff()
void DBusInterface::InitColor()
{
{
auto value = 0;
auto value = Clusters::ColorControl::ColorModeEnum::kCurrentHueAndCurrentSaturation;
auto status = Clusters::ColorControl::Attributes::ColorMode::Get(mEndpointId, &value);
VerifyOrReturn(status == Protocols::InteractionModel::Status::Success,
ChipLogError(NotSpecified, "Error getting ColorMode: 0x%x", to_underlying(status)));
Expand Down
Loading

0 comments on commit 4a87f4a

Please sign in to comment.