Define an enum for update states.
Definition at line 26 of file update.py.
◆ CHECKING
| int homeassistant.components.rainmachine.update.UpdateStates.CHECKING = 2 |
|
static |
◆ DOWNLOADING
| int homeassistant.components.rainmachine.update.UpdateStates.DOWNLOADING = 3 |
|
static |
◆ ERROR
| int homeassistant.components.rainmachine.update.UpdateStates.ERROR = 5 |
|
static |
◆ IDLE
| int homeassistant.components.rainmachine.update.UpdateStates.IDLE = 1 |
|
static |
◆ REBOOT
| int homeassistant.components.rainmachine.update.UpdateStates.REBOOT = 6 |
|
static |
◆ UPGRADING
| int homeassistant.components.rainmachine.update.UpdateStates.UPGRADING = 4 |
|
static |
The documentation for this class was generated from the following file:
- core/homeassistant/components/rainmachine/update.py