Skip to content

Commit ffa72b4

Browse files
tima-qpull[bot]
authored andcommitted
Remove UpdateCluster from ClusterInitCallback to have working startup-on-off (#22724)
1 parent 7d5759e commit ffa72b4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/lighting-app/qpg/src/ZclCallbacks.cpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -142,5 +142,5 @@ void MatterPostAttributeChangeCallback(const chip::app::ConcreteAttributePath &
142142
*/
143143
void emberAfOnOffClusterInitCallback(EndpointId endpoint)
144144
{
145-
GetAppTask().UpdateClusterState();
145+
// No additional init currently - startup state handled by cluster.
146146
}

0 commit comments

Comments
 (0)