Cluster Commands: Thermostat#

This group describes the CLI commands for the Thermostat cluster. Listed below is a description of the cluster: An interface for configuring and controlling the functionality of a thermostat.

Macros#

#define

zcl tstat set [mode:1] [amount:1]

#define

zcl tstat sws [numberOfTransitionsForSequence:1] [dayOfWeekForSequence:1] [modeForSequence:1] [payload:1]

#define

zcl tstat gws [daysToReturn:1] [modeToReturn:1]

#define
#define

Macro Definition Documentation#

EMBER_AF_DOXYGEN_CLI_COMMAND_THERMOSTAT_SET#

#define EMBER_AF_DOXYGEN_CLI_COMMAND_THERMOSTAT_SET

zcl tstat set [mode:1] [amount:1]


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

EMBER_AF_DOXYGEN_CLI_COMMAND_THERMOSTAT_SWS#

#define EMBER_AF_DOXYGEN_CLI_COMMAND_THERMOSTAT_SWS

zcl tstat sws [numberOfTransitionsForSequence:1] [dayOfWeekForSequence:1] [modeForSequence:1] [payload:1]

  • Command description for SetWeeklySchedule

    • numberOfTransitionsForSequence - ENUM8

    • dayOfWeekForSequence - DayOfWeek [BITMAP8]

    • modeForSequence - ModeForSequence [BITMAP8]

    • payload - INT8U


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

EMBER_AF_DOXYGEN_CLI_COMMAND_THERMOSTAT_GWS#

#define EMBER_AF_DOXYGEN_CLI_COMMAND_THERMOSTAT_GWS

zcl tstat gws [daysToReturn:1] [modeToReturn:1]

  • Command description for GetWeeklySchedule

    • daysToReturn - DayOfWeek [BITMAP8]

    • modeToReturn - ModeForSequence [BITMAP8]


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

EMBER_AF_DOXYGEN_CLI_COMMAND_THERMOSTAT_CWS#

#define EMBER_AF_DOXYGEN_CLI_COMMAND_THERMOSTAT_CWS

zcl tstat cws

  • The Clear Weekly Schedule command is used to clear the weekly schedule.


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

EMBER_AF_DOXYGEN_CLI_COMMAND_THERMOSTAT_GRS#

#define EMBER_AF_DOXYGEN_CLI_COMMAND_THERMOSTAT_GRS

zcl tstat grs

  • The Get Relay Status Log command is used to query the thermostat internal relay status log.


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