ESPHome 2026.6.0-dev
Loading...
Searching...
No Matches
sensitivity_select.cpp
Go to the documentation of this file.
2
4
5void SensitivitySelect::control(size_t index) {
6 this->publish_state(index);
7 this->parent_->set_sensitivity(index);
8}
9
10} // namespace esphome::seeed_mr60fda2
void publish_state(const std::string &state)
Definition select.cpp:11