Fixed pinlist and temperature sensor map

This commit is contained in:
Emanuele Trabattoni
2025-08-29 10:21:44 +02:00
parent 637304781c
commit fc2687947a
4 changed files with 14 additions and 13 deletions

View File

@@ -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