Skip to content

Commit

Permalink
Update lighting-app gen/ folder with ZAP generated content (#4010)
Browse files Browse the repository at this point in the history
  • Loading branch information
vivien-apple authored and pull[bot] committed Jan 12, 2021
1 parent 82fe88c commit ad344ad
Show file tree
Hide file tree
Showing 17 changed files with 8,357 additions and 32,403 deletions.
7 changes: 3 additions & 4 deletions examples/lighting-app/efr32/src/ZclCallbacks.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -56,23 +56,22 @@ void emberAfPostAttributeChangeCallback(EndpointId endpoint, ClusterId clusterId
}
}

/** @brief Cluster Init
/** @brief OnOff Cluster Init
*
* This function is called when a specific cluster is initialized. It gives the
* application an opportunity to take care of cluster initialization procedures.
* It is called exactly once for each endpoint where cluster is present.
*
* @param endpoint Ver.: always
* @param clusterId Ver.: always
*
* TODO Issue #3841
* emberAfClusterInitCallback happens before the stack initialize the cluster
* emberAfOnOffClusterInitCallback happens before the stack initialize the cluster
* attributes to the default value.
* The logic here expects something similar to the deprecated Plugins callback
* emberAfPluginOnOffClusterServerPostInitCallback.
*
*/
void emberAfClusterInitCallback(EndpointId endpoint, ClusterId clusterId)
void emberAfOnOffClusterInitCallback(EndpointId endpoint)
{
// TODO: implement any additional Cluster Server init actions
}
Loading

0 comments on commit ad344ad

Please sign in to comment.