Skip to content

Commit 908d43d

Browse files
committed
removed obsolete function getTemperature
1 parent 97fd747 commit 908d43d

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/OpenTherm.h

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -149,8 +149,7 @@ class OpenTherm
149149
bool isCoolingActive(unsigned long response);
150150
bool isDiagnostic(unsigned long response);
151151
uint16_t getUInt(const unsigned long response) const;
152-
float getFloat(const unsigned long response) const;
153-
float getTemperature(unsigned long response);
152+
float getFloat(const unsigned long response) const;
154153
unsigned int temperatureToData(float temperature);
155154

156155
//basic requests

0 commit comments

Comments
 (0)