feat: added OT option `Heating state as summer/winter mode`

This commit is contained in:
Yurii
2024-12-25 19:30:09 +03:00
parent 60b7caf4bc
commit 527e9cc1d6
7 changed files with 217 additions and 191 deletions

View File

@@ -61,6 +61,7 @@ struct Settings {
bool dhwSupport = true;
bool coolingSupport = false;
bool summerWinterMode = false;
bool heatingStateToSummerWinterMode = false;
bool ch2AlwaysEnabled = true;
bool heatingToCh2 = false;
bool dhwToCh2 = false;