ESPHome 2025.5.0
Loading...
Searching...
No Matches
input.h
Go to the documentation of this file.
1#pragma once
2
3namespace esphome {
4namespace opentherm {
5
7 public:
9
10 virtual void set_min_value(float min_value) = 0;
11 virtual void set_max_value(float max_value) = 0;
12
13 virtual void set_auto_min_value(bool auto_min_value) { this->auto_min_value = auto_min_value; }
14 virtual void set_auto_max_value(bool auto_max_value) { this->auto_max_value = auto_max_value; }
15};
16
17} // namespace opentherm
18} // namespace esphome
virtual void set_max_value(float max_value)=0
virtual void set_auto_max_value(bool auto_max_value)
Definition input.h:14
virtual void set_auto_min_value(bool auto_min_value)
Definition input.h:13
virtual void set_min_value(float min_value)=0
Providing packet encoding functions for exchanging data with a remote host.
Definition a01nyub.cpp:7