|
| string | AUTO = "auto" |
| |
| string | MANUAL = "man" |
| |
| string | OFF = "off" |
| |
| string | ON = "on" |
| |
| string | SET = "set" |
| |
Serial Bridge clima commands.
Definition at line 37 of file climate.py.
◆ AUTO
| string homeassistant.components.comelit.climate.ClimaComelitCommand.AUTO = "auto" |
|
static |
◆ MANUAL
| string homeassistant.components.comelit.climate.ClimaComelitCommand.MANUAL = "man" |
|
static |
◆ OFF
| string homeassistant.components.comelit.climate.ClimaComelitCommand.OFF = "off" |
|
static |
◆ ON
| string homeassistant.components.comelit.climate.ClimaComelitCommand.ON = "on" |
|
static |
◆ SET
| string homeassistant.components.comelit.climate.ClimaComelitCommand.SET = "set" |
|
static |
The documentation for this class was generated from the following file: