ESPHome 2025.9.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 96 of file ota_backend.h.
|
inline |
Definition at line 103 of file ota_backend.h.
|
inline |
Definition at line 98 of file ota_backend.h.
|
protected |
Definition at line 108 of file ota_backend.h.