ZLL On Off Server#
Callbacks for ZLL On Off Server Component.
Callbacks#
sl_zigbee_af_zll_on_off_server_off_with_effect_cb(uint8_t endpoint, uint8_t effectId, uint8_t effectVariant)
Off with effect.
Callbacks Documentation#
sl_zigbee_af_zll_on_off_server_off_with_effect_cb#
sl_zigbee_af_status_t sl_zigbee_af_zll_on_off_server_off_with_effect_cb (uint8_t endpoint, uint8_t effectId, uint8_t effectVariant)
Off with effect.
Parameters
N/A | endpoint | Ver.: always |
N/A | effectId | Ver.: always |
N/A | effectVariant | Ver.: always |
This callback is called by the ZLL On/Off Server plugin whenever an OffWithEffect command is received. The application should implement the effect and variant requested in the command and return SL_ZIGBEE_ZCL_STATUS_SUCCESS if successful or an appropriate error status otherwise.
Returns
sl_zigbee_af_status_t return status
Definition at line
116
of file app/framework/plugin/zll-on-off-server/zll-on-off-server.h