|
ESPHome 2026.7.4
|
Listener interface for light remote value changes. More...
#include <light_state.h>
Public Member Functions | |
| virtual void | on_light_remote_values_update ()=0 |
Listener interface for light remote value changes.
Components can implement this interface to receive notifications when the light's remote values change (state, brightness, color, etc.) without the overhead of std::function callbacks.
Definition at line 31 of file light_state.h.
|
pure virtual |