Skip to content

Commit

Permalink
Remove UpdateCluster from ClusterInitCallback to have working startup…
Browse files Browse the repository at this point in the history
…-on-off (#22724)
  • Loading branch information
tima-q authored Sep 20, 2022
1 parent 6fb47d5 commit 8aa4b25
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/lighting-app/qpg/src/ZclCallbacks.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -142,5 +142,5 @@ void MatterPostAttributeChangeCallback(const chip::app::ConcreteAttributePath &
*/
void emberAfOnOffClusterInitCallback(EndpointId endpoint)
{
GetAppTask().UpdateClusterState();
// No additional init currently - startup state handled by cluster.
}

0 comments on commit 8aa4b25

Please sign in to comment.