fix(temperature): Calculate percentage value

This commit is contained in:
Michael Carlberg 2016-11-14 17:56:29 +01:00
parent e22ec91101
commit 2301de667b
2 changed files with 3 additions and 1 deletions
include/modules

View file

@ -34,6 +34,7 @@ namespace modules {
int m_zone = 0;
int m_tempwarn = 0;
int m_temp = 0;
int m_perc = 0;
};
}