feat: added OT option to set date and time on the boiler

This commit is contained in:
Yurii
2025-05-19 22:38:35 +03:00
parent 6872cad8ce
commit 7b31315242
8 changed files with 109 additions and 0 deletions

View File

@@ -76,6 +76,7 @@ struct Settings {
bool ignoreDiagState = false;
bool autoFaultReset = false;
bool autoDiagReset = false;
bool setDateAndTime = false;
bool nativeHeatingControl = false;
bool immergasFix = false;
} options;