Cluster Commands: Basic#

This group describes the CLI commands for the Basic cluster. Listed below is a description of the cluster: Attributes for determining basic information about a device, setting user device information such as location, and enabling a device.

Macros#

#define
#define

zcl basic gls [startLocale:-1] [maxLocalesRequested:1]

#define

zcl basic glsr [discoveryComplete:1] [localeSupported:-1]

Macro Definition Documentation#

EMBER_AF_DOXYGEN_CLI_COMMAND_BASIC_RTFD#

#define EMBER_AF_DOXYGEN_CLI_COMMAND_BASIC_RTFD

zcl basic rtfd

  • Command that resets all attribute values to factory default.


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

EMBER_AF_DOXYGEN_CLI_COMMAND_BASIC_GLS#

#define EMBER_AF_DOXYGEN_CLI_COMMAND_BASIC_GLS

zcl basic gls [startLocale:-1] [maxLocalesRequested:1]

  • This command gets locales supported.

    • startLocale - CHAR_STRING

    • maxLocalesRequested - INT8U


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

EMBER_AF_DOXYGEN_CLI_COMMAND_BASIC_GLSR#

#define EMBER_AF_DOXYGEN_CLI_COMMAND_BASIC_GLSR

zcl basic glsr [discoveryComplete:1] [localeSupported:-1]

  • The locales supported response command is sent in response to a get locales supported command, and is used to discover which locales the device supports.

    • discoveryComplete - INT8U

    • localeSupported - CHAR_STRING


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