ZLL On/Off Server#

API and Callbacks for the ZLL On/Off Cluster Server Component.

Silicon Labs implementation of the original Zigbee Light Link profile enhancements to the On/Off 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.

Modules#

ZLL On Off Server

API#

emberAfPluginZllOnOffServerOffZllExtensions(const EmberAfClusterCommand *cmd)

Turn off ZLL extensions.

emberAfPluginZllOnOffServerOnZllExtensions(const EmberAfClusterCommand *cmd)

Turn on ZLL extensions.

emberAfPluginZllOnOffServerToggleZllExtensions(const EmberAfClusterCommand *cmd)

Toggle ZLL extensions.

Level control cluster command for ZLL extensions.

API Documentation#

emberAfPluginZllOnOffServerOffZllExtensions#

EmberAfStatus emberAfPluginZllOnOffServerOffZllExtensions (const EmberAfClusterCommand *cmd)

Turn off ZLL extensions.

Parameters
N/Acmd

pointer to the cluster command struct Ver.: always

Returns

  • EmberAfStatus return status


Definition at line 54 of file app/framework/plugin/zll-on-off-server/zll-on-off-server.h

emberAfPluginZllOnOffServerOnZllExtensions#

EmberAfStatus emberAfPluginZllOnOffServerOnZllExtensions (const EmberAfClusterCommand *cmd)

Turn on ZLL extensions.

Parameters
N/Acmd

pointer to the cluster command struct Ver.: always

Returns

  • EmberAfStatus return status


Definition at line 63 of file app/framework/plugin/zll-on-off-server/zll-on-off-server.h

emberAfPluginZllOnOffServerToggleZllExtensions#

EmberAfStatus emberAfPluginZllOnOffServerToggleZllExtensions (const EmberAfClusterCommand *cmd)

Toggle ZLL extensions.

Parameters
N/Acmd

pointer to the cluster command struct Ver.: always

Returns

  • EmberAfStatus return status


Definition at line 72 of file app/framework/plugin/zll-on-off-server/zll-on-off-server.h

emberAfPluginZllOnOffServerLevelControlZllExtensions#

EmberAfStatus emberAfPluginZllOnOffServerLevelControlZllExtensions (uint8_t endpoint)

Level control cluster command for ZLL extensions.

Parameters
N/Aendpoint

Ver.: always

Returns

  • EmberAfStatus return status


Definition at line 81 of file app/framework/plugin/zll-on-off-server/zll-on-off-server.h