Merge pull request #3674 from PassiHD2004/master
Add warning threshold to temperature module
This commit is contained in:
@ -18,6 +18,7 @@ class Temperature : public ALabel {
|
||||
private:
|
||||
float getTemperature();
|
||||
bool isCritical(uint16_t);
|
||||
bool isWarning(uint16_t);
|
||||
|
||||
std::string file_path_;
|
||||
util::SleeperThread thread_;
|
||||
|
Reference in New Issue
Block a user