|
ESPHome 2026.7.4
|
Listener interface for OTA state changes. More...
#include <ota_backend.h>
Public Member Functions | |
| virtual | ~OTAStateListener ()=default |
| virtual void | on_ota_state (OTAState state, float progress, uint8_t error)=0 |
Listener interface for OTA state changes.
Components can implement this interface to receive OTA state updates without the overhead of std::function callbacks.
Definition at line 86 of file ota_backend.h.
|
virtualdefault |
|
pure virtual |