Color Control Server#

Callbacks for Color Control Server Component.

Callbacks#

void

Compute PWM from HSV.

void

Compute PWM from HSV.

void

Compute PWM from HSV.

Callbacks Documentation#

sl_zigbee_af_color_control_server_compute_pwm_from_hsv_cb#

void sl_zigbee_af_color_control_server_compute_pwm_from_hsv_cb (uint8_t endpoint)

Compute PWM from HSV.

Parameters
N/Aendpoint

The identifying endpoint Ver.: always

This function is called from the color server when the PWMs need to be driven with a new value from the HSV values.


Definition at line 62 of file app/framework/plugin/color-control-server/color-control-server.h

sl_zigbee_af_color_control_server_compute_pwm_from_xy_cb#

void sl_zigbee_af_color_control_server_compute_pwm_from_xy_cb (uint8_t endpoint)

Compute PWM from HSV.

Parameters
N/Aendpoint

The identifying endpoint Ver.: always

This function is called from the color server when the PWMs need to be driven with a new value from the color X and color Y values.


Definition at line 71 of file app/framework/plugin/color-control-server/color-control-server.h

sl_zigbee_af_color_control_server_compute_pwm_from_temp_cb#

void sl_zigbee_af_color_control_server_compute_pwm_from_temp_cb (uint8_t endpoint)

Compute PWM from HSV.

Parameters
N/Aendpoint

The identifying endpoint Ver.: always

This function is called from the color server when the PWMs need to be driven with a new value from the color temperature.


Definition at line 80 of file app/framework/plugin/color-control-server/color-control-server.h