ZLL Level Control Server#

API and Callbacks for the ZLL Level Control Cluster Server Component.

Silicon Labs implementation of the original Zigbee Light Link profile enhancements to the Level Control server cluster. The component is only intended to assist with debugging, as the implemented callbacks simply parse requests from the Identify client and blink LEDs. Before production, this component should be replaced with code that acts on the requests in an appropriate way. Note that the extensions do not now require Touchlink commissioning to be used, and that the commands may now be required by other device types, such as Lighting and Occupancy.

Macros#

#define
SL_ZIGBEE_AF_PLUGIN_ZLL_LEVEL_CONTROL_SERVER_MINIMUM_LEVEL 0x01
#define
SL_ZIGBEE_AF_PLUGIN_ZLL_LEVEL_CONTROL_SERVER_MAXIMUM_LEVEL 0xFE

API Documentation#

sl_zigbee_af_zll_level_control_server_move_to_level_with_on_off_zll_extensions#

sl_zigbee_af_status_t sl_zigbee_af_zll_level_control_server_move_to_level_with_on_off_zll_extensions (const sl_zigbee_af_cluster_command_t * cmd)
Parameters
N/Acmd

Definition at line 48 of file app/framework/plugin/zll-level-control-server/zll-level-control-server.h

sl_zigbee_af_zll_level_control_server_ignore_move_to_level_move_step_stop#

bool sl_zigbee_af_zll_level_control_server_ignore_move_to_level_move_step_stop (uint8_t endpoint, uint8_t commandId)
Parameters
N/Aendpoint
N/AcommandId

Definition at line 49 of file app/framework/plugin/zll-level-control-server/zll-level-control-server.h