We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6fb47d5 commit 8aa4b25Copy full SHA for 8aa4b25
examples/lighting-app/qpg/src/ZclCallbacks.cpp
@@ -142,5 +142,5 @@ void MatterPostAttributeChangeCallback(const chip::app::ConcreteAttributePath &
142
*/
143
void emberAfOnOffClusterInitCallback(EndpointId endpoint)
144
{
145
- GetAppTask().UpdateClusterState();
+ // No additional init currently - startup state handled by cluster.
146
}
0 commit comments