ESPHome 2026.5.0b1
Loading...
Searching...
No Matches
scene_mode_select.cpp
Go to the documentation of this file.
1#include "scene_mode_select.h"
2
4
5void SceneModeSelect::control(size_t index) {
6 this->publish_state(index);
7 this->parent_->set_scene_mode(index);
8}
9
10} // namespace esphome::seeed_mr24hpc1
void publish_state(const std::string &state)
Definition select.cpp:11