Macros

#define EMBER_AF_DOXYGEN_CLI_COMMAND_BASIC_RTFD
 zcl basic rtfd
 
#define EMBER_AF_DOXYGEN_CLI_COMMAND_BASIC_GLS
 zcl basic gls [startLocale:-1] [maxLocalesRequested:1]
 
#define EMBER_AF_DOXYGEN_CLI_COMMAND_BASIC_GLSR
 zcl basic glsr [discoveryComplete:1] [localeSupported:-1]

Detailed Description

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.

Macro Definition Documentation

#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
#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
#define EMBER_AF_DOXYGEN_CLI_COMMAND_BASIC_RTFD

zcl basic rtfd

  • Command that resets all attribute values to factory default.