Level Control#

Callbacks for Level Control Component.

Callbacks#

void

Level control cluster server post init.

void

Level control coupled color temp change.

Callbacks Documentation#

emberAfPluginLevelControlClusterServerPostInitCallback#

void emberAfPluginLevelControlClusterServerPostInitCallback (uint8_t endpoint)

Level control cluster server post init.

Parameters
N/Aendpoint

Endpoint that is being initialized Ver.: always

Following the resolution of the current level at startup for this endpoint, perform any additional initialization needed, e.g., synchronize hardware state.


Definition at line 75 of file app/framework/plugin/level-control/level-control.h

emberAfPluginLevelControlCoupledColorTempChangeCallback#

void emberAfPluginLevelControlCoupledColorTempChangeCallback (uint8_t endpoint)

Level control coupled color temp change.

Parameters
N/Aendpoint

Endpoint that is being initialized Ver.: always

Adjust color control cluster color temperature in response to a change in level control cluster CurrentLevel.


Definition at line 84 of file app/framework/plugin/level-control/level-control.h