Plugin Commands: End Device Support#

The End Device Support plugin contributes commands for controlling the polling behavior of the device.

Macros#

#define

plugin end-device-support force-short-poll [shortPoll:1]

#define

plugin end-device-support poll-completed-callback [pollCompletedCallbackCommand:1]

Macro Definition Documentation#

EMBER_AF_DOXYGEN_CLI_COMMAND_PLUGIN_END_DEVICE_SUPPORT_PLUGIN_END_DEVICE_SUPPORT_FORCE_SHORT_POLL#

#define EMBER_AF_DOXYGEN_CLI_COMMAND_PLUGIN_END_DEVICE_SUPPORT_PLUGIN_END_DEVICE_SUPPORT_FORCE_SHORT_POLL

plugin end-device-support force-short-poll [shortPoll:1]

  • Sets whether the CLI forces the device to short poll.

    • shortPoll - BOOLEAN - The value indicating whether the device should short poll.


Definition at line 3042 of file ./app/framework/test/headers/cli.doc

EMBER_AF_DOXYGEN_CLI_COMMAND_PLUGIN_END_DEVICE_SUPPORT_PLUGIN_END_DEVICE_SUPPORT_POLL_COMPLETED_CALLBACK#

#define EMBER_AF_DOXYGEN_CLI_COMMAND_PLUGIN_END_DEVICE_SUPPORT_PLUGIN_END_DEVICE_SUPPORT_POLL_COMPLETED_CALLBACK

plugin end-device-support poll-completed-callback [pollCompletedCallbackCommand:1]

  • Sets whether the device's poll completed callback function is enabled.

    • pollCompletedCallbackCommand - BOOLEAN - The value indicating whether the device's poll completed callback function is enabled.


Definition at line 3048 of file ./app/framework/test/headers/cli.doc

EMBER_AF_DOXYGEN_CLI_COMMAND_PLUGIN_END_DEVICE_SUPPORT_PLUGIN_END_DEVICE_SUPPORT_STATUS#

#define EMBER_AF_DOXYGEN_CLI_COMMAND_PLUGIN_END_DEVICE_SUPPORT_PLUGIN_END_DEVICE_SUPPORT_STATUS

plugin end-device-support status

  • Display the status of the End Device's polling.


Definition at line 3053 of file ./app/framework/test/headers/cli.doc