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

Static Public Attributes

int INNER_SENSOR_CONTROL = 0
 
int INNER_SENSOR_CONTROL_OUTER_LIMIT = 2
 
int OUTER_SENSOR_CONTROL = 1
 

Detailed Description

Thermostat sensor modes.

Definition at line 23 of file climate.py.

Member Data Documentation

◆ INNER_SENSOR_CONTROL

int homeassistant.components.broadlink.climate.SensorMode.INNER_SENSOR_CONTROL = 0
static

Definition at line 26 of file climate.py.

◆ INNER_SENSOR_CONTROL_OUTER_LIMIT

int homeassistant.components.broadlink.climate.SensorMode.INNER_SENSOR_CONTROL_OUTER_LIMIT = 2
static

Definition at line 28 of file climate.py.

◆ OUTER_SENSOR_CONTROL

int homeassistant.components.broadlink.climate.SensorMode.OUTER_SENSOR_CONTROL = 1
static

Definition at line 27 of file climate.py.


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