feat: added setting to enable/disable polling of min and max temperatures via opentherm

This commit is contained in:
Yurii
2024-04-06 15:51:49 +03:00
parent 53eaa1d7f1
commit b0e0f6fd7d
5 changed files with 32 additions and 18 deletions

View File

@@ -46,6 +46,7 @@ struct Settings {
bool dhwToCh2 = false;
bool dhwBlocking = false;
bool modulationSyncWithHeating = false;
bool getMinMaxTemp = true;
} opentherm;
struct {