Skip to content

Commit

Permalink
build error solved
Browse files Browse the repository at this point in the history
  • Loading branch information
Thirsrin committed May 31, 2024
1 parent 2a21c1a commit 8b88473
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/lighting-app/tizen/src/main.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@ void MatterPostAttributeChangeCallback(const chip::app::ConcreteAttributePath &
switch (attributePath.mAttributeId)
{
case Clusters::ColorControl::Attributes::ColorMode::Id:
sDBusInterface.SetColorMode(static_cast<Clusters::ColorControl::ColorMode>(*value));
sDBusInterface.SetColorMode(static_cast<Clusters::ColorControl::ColorModeEnum>(*value));
break;
case Clusters::ColorControl::Attributes::ColorTemperatureMireds::Id:
VerifyOrDie(size == sizeof(uint16_t));
Expand Down

0 comments on commit 8b88473

Please sign in to comment.