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