feat: added OT option `Sync max heating temp with target temp`

This commit is contained in:
Yurii
2025-01-05 17:32:10 +03:00
parent 8662b9dc8f
commit 17bd31b2a2
7 changed files with 29 additions and 7 deletions

View File

@@ -67,6 +67,7 @@ struct Settings {
bool dhwToCh2 = false;
bool dhwBlocking = false;
bool modulationSyncWithHeating = false;
bool maxTempSyncWithTargetTemp = true;
bool getMinMaxTemp = true;
bool nativeHeatingControl = false;
bool immergasFix = false;