added OT parameter DHW to CH2

This commit is contained in:
Yurii
2023-11-23 01:57:08 +03:00
parent 7bfad224fe
commit e82d47e1dc
3 changed files with 51 additions and 0 deletions

View File

@@ -10,6 +10,7 @@ struct Settings {
bool summerWinterMode = false;
bool heatingCh2Enabled = true;
bool heatingCh1ToCh2 = false;
bool dhwToCh2 = false;
} opentherm;
struct {