Home Assistant Unofficial Reference 2024.12.1
homeassistant.components.opentherm_gw.select.PyotgwLEDMode Class Reference
Inheritance diagram for homeassistant.components.opentherm_gw.select.PyotgwLEDMode:
[legend]
Collaboration diagram for homeassistant.components.opentherm_gw.select.PyotgwLEDMode:
[legend]

Static Public Attributes

string BOILER_MAINTENANCE_REQUIRED = "M"
 
string BOILER_TRAFFIC = "B"
 
string CENTRAL_HEATING_ON = "H"
 
string COMFORT_MODE_ON = "C"
 
string FLAME_ON = "F"
 
string HOT_WATER_ON = "W"
 
string RAISED_POWER_MODE_ACTIVE = "P"
 
string RX_ANY = "R"
 
string SETPOINT_OVERRIDE_ACTIVE = "O"
 
string THERMOSTAT_TRAFFIC = "T"
 
string TX_ANY = "X"
 
string TX_ERROR_DETECTED = "E"
 

Detailed Description

pyotgw LED modes.

Definition at line 80 of file select.py.

Member Data Documentation

◆ BOILER_MAINTENANCE_REQUIRED

string homeassistant.components.opentherm_gw.select.PyotgwLEDMode.BOILER_MAINTENANCE_REQUIRED = "M"
static

Definition at line 93 of file select.py.

◆ BOILER_TRAFFIC

string homeassistant.components.opentherm_gw.select.PyotgwLEDMode.BOILER_TRAFFIC = "B"
static

Definition at line 86 of file select.py.

◆ CENTRAL_HEATING_ON

string homeassistant.components.opentherm_gw.select.PyotgwLEDMode.CENTRAL_HEATING_ON = "H"
static

Definition at line 89 of file select.py.

◆ COMFORT_MODE_ON

string homeassistant.components.opentherm_gw.select.PyotgwLEDMode.COMFORT_MODE_ON = "C"
static

Definition at line 91 of file select.py.

◆ FLAME_ON

string homeassistant.components.opentherm_gw.select.PyotgwLEDMode.FLAME_ON = "F"
static

Definition at line 88 of file select.py.

◆ HOT_WATER_ON

string homeassistant.components.opentherm_gw.select.PyotgwLEDMode.HOT_WATER_ON = "W"
static

Definition at line 90 of file select.py.

◆ RAISED_POWER_MODE_ACTIVE

string homeassistant.components.opentherm_gw.select.PyotgwLEDMode.RAISED_POWER_MODE_ACTIVE = "P"
static

Definition at line 94 of file select.py.

◆ RX_ANY

string homeassistant.components.opentherm_gw.select.PyotgwLEDMode.RX_ANY = "R"
static

Definition at line 83 of file select.py.

◆ SETPOINT_OVERRIDE_ACTIVE

string homeassistant.components.opentherm_gw.select.PyotgwLEDMode.SETPOINT_OVERRIDE_ACTIVE = "O"
static

Definition at line 87 of file select.py.

◆ THERMOSTAT_TRAFFIC

string homeassistant.components.opentherm_gw.select.PyotgwLEDMode.THERMOSTAT_TRAFFIC = "T"
static

Definition at line 85 of file select.py.

◆ TX_ANY

string homeassistant.components.opentherm_gw.select.PyotgwLEDMode.TX_ANY = "X"
static

Definition at line 84 of file select.py.

◆ TX_ERROR_DETECTED

string homeassistant.components.opentherm_gw.select.PyotgwLEDMode.TX_ERROR_DETECTED = "E"
static

Definition at line 92 of file select.py.


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