Home Assistant Unofficial Reference 2024.12.1
homeassistant.components.mysensors.cover.CoverState Class Reference
Inheritance diagram for homeassistant.components.mysensors.cover.CoverState:
[legend]
Collaboration diagram for homeassistant.components.mysensors.cover.CoverState:
[legend]

Static Public Attributes

int CLOSED = 3
 
int CLOSING = 2
 
int OPEN = 0
 
int OPENING = 1
 

Detailed Description

An enumeration of the standard cover states.

Definition at line 22 of file cover.py.

Member Data Documentation

◆ CLOSED

int homeassistant.components.mysensors.cover.CoverState.CLOSED = 3
static

Definition at line 28 of file cover.py.

◆ CLOSING

int homeassistant.components.mysensors.cover.CoverState.CLOSING = 2
static

Definition at line 27 of file cover.py.

◆ OPEN

int homeassistant.components.mysensors.cover.CoverState.OPEN = 0
static

Definition at line 25 of file cover.py.

◆ OPENING

int homeassistant.components.mysensors.cover.CoverState.OPENING = 1
static

Definition at line 26 of file cover.py.


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