Add kelvin-scale

This commit is contained in:
phosit
2020-04-25 18:44:48 +02:00
parent e01a081f2f
commit 6e946bf872
2 changed files with 9 additions and 7 deletions

View File

@ -14,8 +14,8 @@ class Temperature : public ALabel {
auto update() -> void;
private:
std::tuple<uint16_t, uint16_t> getTemperature();
bool isCritical(uint16_t);
float getTemperature();
bool isCritical(uint16_t);
std::string file_path_;
util::SleeperThread thread_;