Added DHW present switch

This commit is contained in:
Yurii
2023-10-09 06:20:55 +03:00
parent 2270b12b36
commit 5de3238f6f
6 changed files with 182 additions and 72 deletions

View File

@@ -6,6 +6,7 @@ struct Settings {
byte inPin = 4;
byte outPin = 5;
unsigned int memberIdCode = 0;
bool dhwPresent = true;
} opentherm;
struct {