Home Assistant Unofficial Reference 2024.12.1
homeassistant.components.ring.light.OnOffState Class Reference
Inheritance diagram for homeassistant.components.ring.light.OnOffState:
[legend]
Collaboration diagram for homeassistant.components.ring.light.OnOffState:
[legend]

Static Public Attributes

 OFF = auto()
 
 ON = auto()
 

Detailed Description

Enum for allowed on off states.

Definition at line 30 of file light.py.

Member Data Documentation

◆ OFF

homeassistant.components.ring.light.OnOffState.OFF = auto()
static

Definition at line 34 of file light.py.

◆ ON

homeassistant.components.ring.light.OnOffState.ON = auto()
static

Definition at line 33 of file light.py.


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