Skip to content

Commit

Permalink
Move emberAfPluginLevelControlClusterServerPostInitCallback definitio…
Browse files Browse the repository at this point in the history
…n into src/app/clusters/level-control (#3752)
  • Loading branch information
vivien-apple authored Nov 11, 2020
1 parent 36a1b59 commit c23b992
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 10 deletions.
10 changes: 0 additions & 10 deletions examples/all-clusters-app/all-clusters-common/gen/callback-stub.c
Original file line number Diff line number Diff line change
Expand Up @@ -55,16 +55,6 @@
*/
void emberAfPluginOnOffClusterServerPostInitCallback(uint8_t endpoint) {}

/** @brief Level Control Cluster Server Post Init
*
* Following resolution of the Current Level at startup for this endpoint,
* perform any additional initialization needed; e.g., synchronize hardware
* state.
*
* @param endpoint Endpoint that is being initialized Ver.: always
*/
void emberAfPluginLevelControlClusterServerPostInitCallback(uint8_t endpoint) {}

/** @brief Add To Current App Tasks
*
* This function is only useful to sleepy end devices. This function will note
Expand Down
2 changes: 2 additions & 0 deletions src/app/clusters/level-control/level-control.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -1014,3 +1014,5 @@ static bool areStartUpLevelControlServerAttributesTokenized(EndpointId endpoint)
return true;
}
#endif

void emberAfPluginLevelControlClusterServerPostInitCallback(EndpointId endpoint) {}

0 comments on commit c23b992

Please sign in to comment.