added DHW flow rate from OT

This commit is contained in:
Yurii
2023-11-23 04:41:39 +03:00
parent e82d47e1dc
commit 92a2cb9d56
4 changed files with 38 additions and 1 deletions

View File

@@ -101,6 +101,7 @@ struct Variables {
struct {
float modulation = 0.0f;
float pressure = 0.0f;
float dhwFlowRate = 0.0f;
} sensors;
struct {