ESPHome 2026.8.0b4
Loading...
Searching...
No Matches
ld6002b_select.cpp
Go to the documentation of this file.
1#include "ld6002b_select.h"
2
3namespace esphome::ld6002b {
4
5void LD6002BSelect::control(size_t index) {
6 this->publish_state(index);
7 this->parent_->set_select_value(this->type_, index);
8}
9
10} // namespace esphome::ld6002b
void control(size_t index) override
void publish_state(const std::string &state)
Definition select.cpp:11