feat: added opentherm option for filtering numeric values

This commit is contained in:
Yurii
2024-10-10 21:08:13 +03:00
parent 282a02ecdb
commit 3c69f1295e
6 changed files with 78 additions and 10 deletions

View File

@@ -64,6 +64,7 @@ struct Settings {
bool getMinMaxTemp = true;
bool nativeHeatingControl = false;
bool immergasFix = false;
bool filteringNumValues = false;
} opentherm;
struct {