Level Control#
Callbacks for Level Control Component.
Callbacks#
void
sl_zigbee_af_level_control_cluster_server_post_init_cb(uint8_t endpoint)
Level control cluster server post init.
void
sl_zigbee_af_level_control_coupled_color_temp_change_cb(uint8_t endpoint)
Level control coupled color temp change.
Callbacks Documentation#
sl_zigbee_af_level_control_cluster_server_post_init_cb#
void sl_zigbee_af_level_control_cluster_server_post_init_cb (uint8_t endpoint)
Level control cluster server post init.
Parameters
N/A | endpoint | 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
sl_zigbee_af_level_control_coupled_color_temp_change_cb#
void sl_zigbee_af_level_control_coupled_color_temp_change_cb (uint8_t endpoint)
Level control coupled color temp change.
Parameters
N/A | endpoint | 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