ESPHome  2024.7.2
light_out_control_select.cpp
Go to the documentation of this file.
2 
3 namespace esphome {
4 namespace ld2410 {
5 
6 void LightOutControlSelect::control(const std::string &value) {
7  this->publish_state(value);
8  this->parent_->set_light_out_control();
9 }
10 
11 } // namespace ld2410
12 } // namespace esphome
void publish_state(const std::string &state)
Definition: select.cpp:9
Implementation of SPI Controller mode.
Definition: a01nyub.cpp:7
void control(const std::string &value) override