esphome/esphome/components/ld2410/select/distance_resolution_select.cpp

13 lines
277 B
C++

#include "distance_resolution_select.h"
namespace esphome {
namespace ld2410 {
void DistanceResolutionSelect::control(const std::string &value) {
this->publish_state(value);
this->parent_->set_distance_resolution(state);
}
} // namespace ld2410
} // namespace esphome