fix(temperature): Calculate percentage value
This commit is contained in:
parent
e22ec91101
commit
2301de667b
2 changed files with 3 additions and 1 deletions
include/modules
|
@ -34,6 +34,7 @@ namespace modules {
|
|||
int m_zone = 0;
|
||||
int m_tempwarn = 0;
|
||||
int m_temp = 0;
|
||||
int m_perc = 0;
|
||||
};
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue