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

Static Public Attributes

int COVERING_IS_CURRENTLY_CLOSING = 0b10
 
int COVERING_IS_CURRENTLY_NOT_MOVING = 0b00
 
int COVERING_IS_CURRENTLY_OPENING = 0b01
 
int RESERVED = 0b11
 

Detailed Description

Currently ongoing operations enumeration for coverings, as defined in the Matter spec.

Definition at line 39 of file cover.py.

Member Data Documentation

◆ COVERING_IS_CURRENTLY_CLOSING

int homeassistant.components.matter.cover.OperationalStatus.COVERING_IS_CURRENTLY_CLOSING = 0b10
static

Definition at line 44 of file cover.py.

◆ COVERING_IS_CURRENTLY_NOT_MOVING

int homeassistant.components.matter.cover.OperationalStatus.COVERING_IS_CURRENTLY_NOT_MOVING = 0b00
static

Definition at line 42 of file cover.py.

◆ COVERING_IS_CURRENTLY_OPENING

int homeassistant.components.matter.cover.OperationalStatus.COVERING_IS_CURRENTLY_OPENING = 0b01
static

Definition at line 43 of file cover.py.

◆ RESERVED

int homeassistant.components.matter.cover.OperationalStatus.RESERVED = 0b11
static

Definition at line 45 of file cover.py.


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