Skip to content

Commit

Permalink
fix typo wW->ww
Browse files Browse the repository at this point in the history
  • Loading branch information
MichaelDvP committed Sep 29, 2021
1 parent 67cb778 commit 7b0f7cd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/devices/boiler.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -594,8 +594,8 @@ void Boiler::process_UBAParameterWWPlus(std::shared_ptr<const Telegram> telegram
has_update(telegram->read_value(wwActivated_, 5)); // 0x01 means on
has_update(telegram->read_value(wwCircPump_, 10)); // 0x01 means yes
has_update(telegram->read_value(wwCircMode_, 11)); // 1=1x3min... 6=6x3min, 7=continuous
has_update(telegram->read_value(wWDisinfectTemp_, 12));
has_update(telegram->read_value(wWSelTemp_, 6));
has_update(telegram->read_value(wwDisinfectTemp_, 12));
has_update(telegram->read_value(wwSelTemp_, 6));
has_update(telegram->read_value(wwHystOn_, 7));
has_update(telegram->read_value(wwHystOff_, 8));
has_update(telegram->read_value(wwSelTempOff_, 0)); // confusing description in #96, hopefully this is right
Expand Down

0 comments on commit 7b0f7cd

Please sign in to comment.