ESPHome 2025.5.0
Loading...
Searching...
No Matches
distance_resolution_select.cpp
Go to the documentation of this file.
2
3namespace esphome {
4namespace ld2410 {
5
6void DistanceResolutionSelect::control(const std::string &value) {
7 this->publish_state(value);
8 this->parent_->set_distance_resolution(state);
9}
10
11} // namespace ld2410
12} // namespace esphome
void control(const std::string &value) override
std::string state
Definition select.h:33
void publish_state(const std::string &state)
Definition select.cpp:9
Providing packet encoding functions for exchanging data with a remote host.
Definition a01nyub.cpp:7