Home Assistant Unofficial Reference 2024.12.1
homeassistant.components.rainmachine.update.UpdateStates Class Reference
Inheritance diagram for homeassistant.components.rainmachine.update.UpdateStates:
[legend]
Collaboration diagram for homeassistant.components.rainmachine.update.UpdateStates:
[legend]

Static Public Attributes

int CHECKING = 2
 
int DOWNLOADING = 3
 
int ERROR = 5
 
int IDLE = 1
 
int REBOOT = 6
 
int UPGRADING = 4
 

Detailed Description

Define an enum for update states.

Definition at line 26 of file update.py.

Member Data Documentation

◆ CHECKING

int homeassistant.components.rainmachine.update.UpdateStates.CHECKING = 2
static

Definition at line 30 of file update.py.

◆ DOWNLOADING

int homeassistant.components.rainmachine.update.UpdateStates.DOWNLOADING = 3
static

Definition at line 31 of file update.py.

◆ ERROR

int homeassistant.components.rainmachine.update.UpdateStates.ERROR = 5
static

Definition at line 33 of file update.py.

◆ IDLE

int homeassistant.components.rainmachine.update.UpdateStates.IDLE = 1
static

Definition at line 29 of file update.py.

◆ REBOOT

int homeassistant.components.rainmachine.update.UpdateStates.REBOOT = 6
static

Definition at line 34 of file update.py.

◆ UPGRADING

int homeassistant.components.rainmachine.update.UpdateStates.UPGRADING = 4
static

Definition at line 32 of file update.py.


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