ESPHome
2024.10.2
|
#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 75 of file ota_backend.h.
|
inline |
Definition at line 82 of file ota_backend.h.
|
inline |
Definition at line 77 of file ota_backend.h.
|
protected |
Definition at line 87 of file ota_backend.h.