Cluster Commands: Poll Control#
This group describes the CLI commands for the Poll Control cluster. Listed below is a description of the cluster: This cluster provides a mechanism for the management of an end device's MAC Data Poll rate. For the purposes of this cluster, the term "poll" always refers to the sending of a MAC Data Poll from the end device to the end device's parent.
Macros#
zcl poll-control stop
zcl poll-control long [newLongPollInterval:4]
zcl poll-control short [newShortPollInterval:2]
Macro Definition Documentation#
EMBER_AF_DOXYGEN_CLI_COMMAND_POLL_CONTROL_STOP#
#define EMBER_AF_DOXYGEN_CLI_COMMAND_POLL_CONTROL_STOP
zcl poll-control stop
The Fast Poll Stop command is used to stop the fast poll mode initiated by the Check-in response.
1523
of file app/framework/test/headers/cli.doc
EMBER_AF_DOXYGEN_CLI_COMMAND_POLL_CONTROL_LONG#
#define EMBER_AF_DOXYGEN_CLI_COMMAND_POLL_CONTROL_LONG
zcl poll-control long [newLongPollInterval:4]
The Set Long Poll Interval command is used to set the read only Long Poll Interval Attribute.
newLongPollInterval - INT32U
1529
of file app/framework/test/headers/cli.doc
EMBER_AF_DOXYGEN_CLI_COMMAND_POLL_CONTROL_SHORT#
#define EMBER_AF_DOXYGEN_CLI_COMMAND_POLL_CONTROL_SHORT
zcl poll-control short [newShortPollInterval:2]
The Set Short Poll Interval command is used to set the read only Short Poll Interval Attribute.
newShortPollInterval - INT16U
1535
of file app/framework/test/headers/cli.doc