ESPHome 2026.5.1
Loading...
Searching...
No Matches
custom_mode_number.cpp
Go to the documentation of this file.
2
4
5void CustomModeNumber::control(float value) {
6 this->publish_state(value);
7 this->parent_->set_custom_mode(value);
8}
9
10} // namespace esphome::seeed_mr24hpc1
void publish_state(float state)
Definition number.cpp:22