ESPHome 2026.7.4
Loading...
Searching...
No Matches
esphome::light::LightRemoteValuesListener Class Referenceabstract

Listener interface for light remote value changes. More...

#include <light_state.h>

Inheritance diagram for esphome::light::LightRemoteValuesListener:
esphome::light::LightStateTrigger esphome::light::LightTurnOnTrigger esphome::mqtt::MQTTJSONLightComponent

Public Member Functions

virtual void on_light_remote_values_update ()=0
 

Detailed Description

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.

Member Function Documentation

◆ on_light_remote_values_update()

virtual void esphome::light::LightRemoteValuesListener::on_light_remote_values_update ( )
pure virtual

The documentation for this class was generated from the following file: