mirror of
https://github.com/esphome/esphome.git
synced 2025-11-15 14:25:45 +00:00
13 lines
266 B
C++
13 lines
266 B
C++
#include "install_height_select.h"
|
|
|
|
namespace esphome {
|
|
namespace seeed_mr60fda2 {
|
|
|
|
void InstallHeightSelect::control(size_t index) {
|
|
this->publish_state(index);
|
|
this->parent_->set_install_height(index);
|
|
}
|
|
|
|
} // namespace seeed_mr60fda2
|
|
} // namespace esphome
|