Fixed pinlist and temperature sensor map
This commit is contained in:
@@ -204,6 +204,8 @@ namespace commands
|
||||
}
|
||||
for (const auto [lvl, ro] : c_hpLimitsMap)
|
||||
{
|
||||
if (ro == RO::RO_MAX)
|
||||
continue; // avoid overshooting relay range
|
||||
if (level == lvl && level != "UNLIMITED")
|
||||
dev.io.digitalOutWrite(ro, true);
|
||||
else
|
||||
|
||||
Reference in New Issue
Block a user