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

Static Public Attributes

int AWAY = 6
 
int DHW_BLOCK = 8
 
int DS1820 = 7
 
int GROUND = 1
 
int HOME = 5
 
int INPUT = 0
 
int LED_E = 3
 
int LED_F = 4
 
int VCC = 2
 

Detailed Description

pyotgw GPIO modes.

Definition at line 66 of file select.py.

Member Data Documentation

◆ AWAY

int homeassistant.components.opentherm_gw.select.PyotgwGPIOMode.AWAY = 6
static

Definition at line 75 of file select.py.

◆ DHW_BLOCK

int homeassistant.components.opentherm_gw.select.PyotgwGPIOMode.DHW_BLOCK = 8
static

Definition at line 77 of file select.py.

◆ DS1820

int homeassistant.components.opentherm_gw.select.PyotgwGPIOMode.DS1820 = 7
static

Definition at line 76 of file select.py.

◆ GROUND

int homeassistant.components.opentherm_gw.select.PyotgwGPIOMode.GROUND = 1
static

Definition at line 70 of file select.py.

◆ HOME

int homeassistant.components.opentherm_gw.select.PyotgwGPIOMode.HOME = 5
static

Definition at line 74 of file select.py.

◆ INPUT

int homeassistant.components.opentherm_gw.select.PyotgwGPIOMode.INPUT = 0
static

Definition at line 69 of file select.py.

◆ LED_E

int homeassistant.components.opentherm_gw.select.PyotgwGPIOMode.LED_E = 3
static

Definition at line 72 of file select.py.

◆ LED_F

int homeassistant.components.opentherm_gw.select.PyotgwGPIOMode.LED_F = 4
static

Definition at line 73 of file select.py.

◆ VCC

int homeassistant.components.opentherm_gw.select.PyotgwGPIOMode.VCC = 2
static

Definition at line 71 of file select.py.


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