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#
zcl tstat set [mode:1] [amount:1]
zcl tstat sws [numberOfTransitionsForSequence:1] [dayOfWeekForSequence:1] [modeForSequence:1] [payload:1]
zcl tstat gws [daysToReturn:1] [modeToReturn:1]
zcl tstat cws
zcl tstat grs
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]
Command description for SetpointRaiseLower
mode - SetpointAdjustMode [ENUM8]
amount - INT8S See Also
2688
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
2697
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]
2704
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.
2709
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.
2714
of file app/framework/test/headers/cli.doc