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 and pull[bot] committed Jul 20, 2023
1 parent c4eb7c0 commit 0bc3468
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 0bc3468

Please sign in to comment.