auto-formatting

This commit is contained in:
proddy
2026-08-01 16:57:41 +02:00
parent 36b4dd55a7
commit d0e6a603bb
5 changed files with 8 additions and 7 deletions
+2 -1
View File
@@ -362,7 +362,8 @@ bool Water::set_wwCircTc(const char * value, const int8_t id) {
write_command(0x33B + dhw_, 4, b ? 0x01 : 0x00, 0x33B + dhw_);
} else { // SM100
write_command(0x7A5, 4, b ? 0xFF : 0x00, 0x7A5);
} return true;
}
return true;
}
bool Water::set_wwKeepWarm(const char * value, const int8_t id) {