Commit b9ca65e
authored
feat: enable getBoilerTemperature for Oil and PalletBoilers (#791)
refactor(boiler): move getBoilerTemperature to HeatingDevice base
heating.boiler.sensors.temperature.main is also present on oil (Vitoladens)
and pellets (Vitoligno/Ecotronic) boilers, but getBoilerTemperature lived on
GazBoiler only, so OilBoiler/PelletsBoiler could not access it. Move it to the
HeatingDevice base class, mirroring getBoilerCommonSupplyTemperature.1 parent cff6b34 commit b9ca65e
3 files changed
Lines changed: 7 additions & 4 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
91 | 91 | | |
92 | 92 | | |
93 | 93 | | |
94 | | - | |
95 | | - | |
96 | | - | |
97 | | - | |
98 | 94 | | |
99 | 95 | | |
100 | 96 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
391 | 391 | | |
392 | 392 | | |
393 | 393 | | |
| 394 | + | |
| 395 | + | |
| 396 | + | |
| 397 | + | |
394 | 398 | | |
395 | 399 | | |
396 | 400 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
58 | 58 | | |
59 | 59 | | |
60 | 60 | | |
| 61 | + | |
| 62 | + | |
| 63 | + | |
0 commit comments