|
ESPHome 2025.12.0-dev
|
Data Structures | |
| class | CloseAction |
| class | ControlAction |
| class | Cover |
| Base class for all cover devices. More... | |
| class | CoverCall |
| class | CoverClosedTrigger |
| class | CoverIsClosedCondition |
| class | CoverIsOpenCondition |
| class | CoverOpenTrigger |
| class | CoverPublishAction |
| struct | CoverRestoreState |
| Struct used to store the restored state of a cover. More... | |
| class | CoverTraits |
| class | OpenAction |
| class | StopAction |
| class | ToggleAction |
Enumerations | |
| enum | CoverOperation : uint8_t { COVER_OPERATION_IDLE = 0 , COVER_OPERATION_OPENING , COVER_OPERATION_CLOSING } |
| Enum encoding the current operation of a cover. More... | |
Functions | |
| const char * | cover_command_to_str (float pos) |
| const char * | cover_operation_to_str (CoverOperation op) |
| struct esphome::cover::CoverRestoreState | __attribute__ ((packed)) |
Variables | |
| const float | COVER_OPEN = 1.0f |
| const float | COVER_CLOSED = 0.0f |
| enum esphome::cover::CoverOperation | __attribute__ |
| enum esphome::cover::CoverOperation : uint8_t |
| struct esphome::cover::CoverRestoreState esphome::cover::__attribute__ | ( | (packed) | ) |
| const char * esphome::cover::cover_command_to_str | ( | float | pos | ) |
| const char * esphome::cover::cover_operation_to_str | ( | CoverOperation | op | ) |
| enum esphome::cover::CoverOperation esphome::cover::__attribute__ |