feat: added OT options: ignore diag state, auto fault reset, auto diag reset

This commit is contained in:
Yurii
2025-05-18 16:47:28 +03:00
parent a667317412
commit 4b1b7f5857
8 changed files with 80 additions and 1 deletions

View File

@@ -73,6 +73,9 @@ struct Settings {
bool dhwBlocking = false;
bool maxTempSyncWithTargetTemp = true;
bool getMinMaxTemp = true;
bool ignoreDiagState = false;
bool autoFaultReset = false;
bool autoDiagReset = false;
bool nativeHeatingControl = false;
bool immergasFix = false;
} options;