| 463 | } |
| 464 | |
| 465 | void Operate::setFanModeAdvanced(bool enabled) const { |
| 466 | if (enabled) |
| 467 | helper.putValue(fanModeAddress, fanModeAdvanced); |
| 468 | else |
| 469 | helper.putValue(fanModeAddress, fanModeAuto); |
| 470 | Settings::setValue(settingsGroup + "fanModeAdvanced", enabled); |
| 471 | } |
| 472 | |
| 473 | int Operate::getValue(int address) const { |
| 474 | helper.updateData(); |