mirror of
https://github.com/emsesp/EMS-ESP32.git
synced 2025-12-06 07:49:52 +03:00
minor comment change
This commit is contained in:
@@ -1201,7 +1201,7 @@ bool Boiler::set_warmwater_circulation_mode(const char * value, const int8_t id)
|
||||
// Reset command
|
||||
// 0 & 1 Reset-Mode (Manual, others)
|
||||
// 8 reset maintenance message Hxx
|
||||
// 12 & 13 Reset that Error-memory
|
||||
// 12 & 13 Reset the Error-memory
|
||||
bool Boiler::set_reset(const char * value, const int8_t id) {
|
||||
uint8_t num;
|
||||
if (!Helpers::value2enum(value, num, FL_(enum_reset))) {
|
||||
|
||||
Reference in New Issue
Block a user