|
ESPHome 2026.7.4
|
Listener interface for global OTA state changes (includes OTA component pointer). More...
#include <ota_backend.h>
Public Member Functions | |
| virtual | ~OTAGlobalStateListener ()=default |
| virtual void | on_ota_global_state (OTAState state, float progress, uint8_t error, OTAComponent *component)=0 |
Listener interface for global OTA state changes (includes OTA component pointer).
Used by OTAGlobalCallback to aggregate state from multiple OTA components.
Definition at line 117 of file ota_backend.h.
|
virtualdefault |
|
pure virtual |
Implemented in esphome::micro_wake_word::MicroWakeWord, and esphome::speaker::SpeakerMediaPlayer.