Skip to content

Commit

Permalink
removed obsolete function getTemperature
Browse files Browse the repository at this point in the history
  • Loading branch information
ihormelnyk committed Nov 29, 2020
1 parent 97fd747 commit 908d43d
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/OpenTherm.h
Original file line number Diff line number Diff line change
Expand Up @@ -149,8 +149,7 @@ class OpenTherm
bool isCoolingActive(unsigned long response);
bool isDiagnostic(unsigned long response);
uint16_t getUInt(const unsigned long response) const;
float getFloat(const unsigned long response) const;
float getTemperature(unsigned long response);
float getFloat(const unsigned long response) const;
unsigned int temperatureToData(float temperature);

//basic requests
Expand Down

0 comments on commit 908d43d

Please sign in to comment.