|
ESPHome 2025.12.0-dev
|
#include <ota_backend.h>
Public Member Functions | |
| void | register_ota (OTAComponent *ota_caller) |
| void | add_on_state_callback (std::function< void(OTAState, float, uint8_t, OTAComponent *)> &&callback) |
Protected Attributes | |
| CallbackManager< void(OTAState, float, uint8_t, OTAComponent *)> | state_callback_ {} |
Definition at line 97 of file ota_backend.h.
|
inline |
Definition at line 104 of file ota_backend.h.
|
inline |
Definition at line 99 of file ota_backend.h.
|
protected |
Definition at line 109 of file ota_backend.h.