Skip to content

Commit

Permalink
build error solved
Browse files Browse the repository at this point in the history
  • Loading branch information
Thirsrin committed Jun 18, 2024
1 parent 50ed7cf commit 577b6b9
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 @@ -123,7 +123,7 @@ void MatterPostAttributeChangeCallback(const chip::app::ConcreteAttributePath &
void emberAfColorControlClusterInitCallback(EndpointId endpoint)
{
// Set the color mode to color temperature.
Clusters::ColorControl::Attributes::ColorMode::Set(endpoint, ColorControl::ColorModeEnum::kColorTemperature);
Clusters::ColorControl::Attributes::ColorMode::Set(endpoint, Clusters::ColorControl::ColorModeEnum::kColorTemperature);
// Preserve the state of the color temperature attribute across reboots.
Clusters::ColorControl::Attributes::StartUpColorTemperatureMireds::SetNull(endpoint);
}
Expand Down

0 comments on commit 577b6b9

Please sign in to comment.