Home Assistant Unofficial Reference 2024.12.1
homeassistant.components.matter.climate.ThermostatRunningState Class Reference
Inheritance diagram for homeassistant.components.matter.climate.ThermostatRunningState:
[legend]
Collaboration diagram for homeassistant.components.matter.climate.ThermostatRunningState:
[legend]

Static Public Attributes

int Cool = 2
 
int CoolStage2 = 16
 
int Fan = 4
 
int FanStage2 = 32
 
int FanStage3 = 64
 
int Heat = 1
 
int HeatStage2 = 8
 

Detailed Description

Thermostat Running State, Matter spec Thermostat 7.33.

Definition at line 162 of file climate.py.

Member Data Documentation

◆ Cool

int homeassistant.components.matter.climate.ThermostatRunningState.Cool = 2
static

Definition at line 166 of file climate.py.

◆ CoolStage2

int homeassistant.components.matter.climate.ThermostatRunningState.CoolStage2 = 16
static

Definition at line 169 of file climate.py.

◆ Fan

int homeassistant.components.matter.climate.ThermostatRunningState.Fan = 4
static

Definition at line 167 of file climate.py.

◆ FanStage2

int homeassistant.components.matter.climate.ThermostatRunningState.FanStage2 = 32
static

Definition at line 170 of file climate.py.

◆ FanStage3

int homeassistant.components.matter.climate.ThermostatRunningState.FanStage3 = 64
static

Definition at line 171 of file climate.py.

◆ Heat

int homeassistant.components.matter.climate.ThermostatRunningState.Heat = 1
static

Definition at line 165 of file climate.py.

◆ HeatStage2

int homeassistant.components.matter.climate.ThermostatRunningState.HeatStage2 = 8
static

Definition at line 168 of file climate.py.


The documentation for this class was generated from the following file: