Sub GHz Client#

Callbacks for Sub GHz Client Component.

Callbacks#

bool

Sub-GHz Cluster Suspend ZCL Messages.

Callbacks Documentation#

emberAfPluginSubGhzSuspendZclMessagesCallback#

bool emberAfPluginSubGhzSuspendZclMessagesCallback (uint8_t period)

Sub-GHz Cluster Suspend ZCL Messages.

Parameters
N/Aperiod

suspend period in minutes

'Suspend ZCL Messages' is a server command, sent to request the client to temporarily suspend sending any ZCL messages to reduce the duty cycle.

The clients' default action is to suspend ZCL messages for the requested period.

Returns

  • True to indicate the callback has been handled by the application, false to keep the default behavior


Definition at line 126 of file app/framework/plugin/sub-ghz-client/sub-ghz-client.h