feat(temperature): Add zone-type setting (#2752)

Signed-off-by: xphoniex <dj.2dixx@gmail.com>

Signed-off-by: xphoniex <dj.2dixx@gmail.com>
This commit is contained in:
Dave
2022-08-21 21:55:42 +04:30
committed by GitHub
parent 708bd9c891
commit 6ccecbfca2
6 changed files with 27 additions and 0 deletions

View File

@ -30,6 +30,7 @@ namespace modules {
ramp_t m_ramp;
string m_path;
string m_zone_type;
int m_zone = 0;
// Base temperature used for where to start the ramp
int m_tempbase = 0;