We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 97fd747 commit 908d43dCopy full SHA for 908d43d
src/OpenTherm.h
@@ -149,8 +149,7 @@ class OpenTherm
149
bool isCoolingActive(unsigned long response);
150
bool isDiagnostic(unsigned long response);
151
uint16_t getUInt(const unsigned long response) const;
152
- float getFloat(const unsigned long response) const;
153
- float getTemperature(unsigned long response);
+ float getFloat(const unsigned long response) const;
154
unsigned int temperatureToData(float temperature);
155
156
//basic requests
0 commit comments