refactor: added print to log channel 2 activity state #155

This commit is contained in:
Yurii
2025-06-28 20:16:19 +03:00
parent 5c4ad8cd07
commit 47696a0721
3 changed files with 9 additions and 2 deletions

View File

@@ -398,6 +398,7 @@ struct Variables {
} dhw;
struct {
bool active = false;
bool enabled = false;
float targetTemp = 0.0f;
float currentTemp = 0.0f;