Skip to content

Commit 314fff5

Browse files
committed
formatting
1 parent 8318981 commit 314fff5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/devices/boiler.cpp

+2-2
Original file line numberDiff line numberDiff line change
@@ -598,8 +598,7 @@ void Boiler::process_UBAOutdoorTemp(std::shared_ptr<const Telegram> telegram) {
598598

599599
// UBASetPoint 0x1A
600600
void Boiler::process_UBASetPoints(std::shared_ptr<const Telegram> telegram) {
601-
has_update(telegram->read_value(setFlowTemp_,
602-
0)); // boiler set temp from thermostat
601+
has_update(telegram->read_value(setFlowTemp_, 0)); // boiler set temp from thermostat
603602
has_update(telegram->read_value(setBurnPow_, 1)); // max json power in %
604603
has_update(telegram->read_value(wWSetPumpPower_, 2)); // ww pump speed/power?
605604
}
@@ -618,6 +617,7 @@ void Boiler::process_CascadeMessage(std::shared_ptr<const Telegram> telegram) {
618617
// 0x35 - not yet implemented
619618
void Boiler::process_UBAFlags(std::shared_ptr<const Telegram> telegram) {
620619
}
620+
621621
#pragma GCC diagnostic pop
622622

623623
// 0x1C

0 commit comments

Comments
 (0)