Color Control Server Callbacks

Functions

void emberAfPluginColorControlServerComputePwmFromHsvCallback (uint8_t endpoint)
Compute Pwm from HSV.
void emberAfPluginColorControlServerComputePwmFromXyCallback (uint8_t endpoint)
Compute Pwm from HSV.
void emberAfPluginColorControlServerComputePwmFromTempCallback (uint8_t endpoint)
Compute Pwm from HSV.

Detailed Description

These callbacks are contributed by the Color Control Server plugin.

Function Documentation

void emberAfPluginColorControlServerComputePwmFromHsvCallback ( uint8_t endpoint )

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

Parameters
endpoint The identifying endpoint Ver.: always
void emberAfPluginColorControlServerComputePwmFromTempCallback ( uint8_t endpoint )

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

Parameters
endpoint The identifying endpoint Ver.: always
void emberAfPluginColorControlServerComputePwmFromXyCallback ( uint8_t endpoint )

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

Parameters
endpoint The identifying endpoint Ver.: always