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 8b88473 commit 379ab2f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/lighting-app/tizen/src/DBusInterface.h
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 379ab2f

Please sign in to comment.