mirror of
https://github.com/esphome/esphome.git
synced 2025-11-19 16:25:50 +00:00
11 lines
227 B
C++
11 lines
227 B
C++
#include "light_out_control_select.h"
|
|
|
|
namespace esphome::ld2412 {
|
|
|
|
void LightOutControlSelect::control(size_t index) {
|
|
this->publish_state(index);
|
|
this->parent_->set_light_out_control();
|
|
}
|
|
|
|
} // namespace esphome::ld2412
|