ESPHome 2025.5.0
Loading...
Searching...
No Matches
custom_mode_number.cpp
Go to the documentation of this file.
2
3namespace esphome {
4namespace seeed_mr24hpc1 {
5
6void CustomModeNumber::control(float value) {
7 this->publish_state(value);
8 this->parent_->set_custom_mode(value);
9}
10
11} // namespace seeed_mr24hpc1
12} // namespace esphome
void publish_state(float state)
Definition number.cpp:9
Providing packet encoding functions for exchanging data with a remote host.
Definition a01nyub.cpp:7