ESPHome
2025.5.0
Loading...
Searching...
No Matches
esphome
components
ld2410
select
light_out_control_select.cpp
Go to the documentation of this file.
1
#include "
light_out_control_select.h
"
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
esphome::Parented< LD2410Component >::parent_
LD2410Component * parent_
Definition
helpers.h:549
esphome::ld2410::LightOutControlSelect::control
void control(const std::string &value) override
Definition
light_out_control_select.cpp:6
esphome::select::Select::publish_state
void publish_state(const std::string &state)
Definition
select.cpp:9
light_out_control_select.h
esphome
Providing packet encoding functions for exchanging data with a remote host.
Definition
a01nyub.cpp:7
Generated by
1.12.0