Commit 314fff5 1 parent 8318981 commit 314fff5 Copy full SHA for 314fff5
File tree 1 file changed +2
-2
lines changed
1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -598,8 +598,7 @@ void Boiler::process_UBAOutdoorTemp(std::shared_ptr<const Telegram> telegram) {
598
598
599
599
// UBASetPoint 0x1A
600
600
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
603
602
has_update (telegram->read_value (setBurnPow_, 1 )); // max json power in %
604
603
has_update (telegram->read_value (wWSetPumpPower_, 2 )); // ww pump speed/power?
605
604
}
@@ -618,6 +617,7 @@ void Boiler::process_CascadeMessage(std::shared_ptr<const Telegram> telegram) {
618
617
// 0x35 - not yet implemented
619
618
void Boiler::process_UBAFlags (std::shared_ptr<const Telegram> telegram) {
620
619
}
620
+
621
621
#pragma GCC diagnostic pop
622
622
623
623
// 0x1C
You can’t perform that action at this time.
0 commit comments