mirror of
https://github.com/Threnklyn/esphome-dev.git
synced 2026-05-25 23:28:28 +02:00
Add Integral Reset Action to PIDClimate (#1104)
This commit is contained in:
committed by
GitHub
parent
7a16f846eb
commit
33212d1abf
@@ -148,5 +148,7 @@ void PIDClimate::start_autotune(std::unique_ptr<PIDAutotuner> &&autotune) {
|
||||
});
|
||||
}
|
||||
|
||||
void PIDClimate::reset_integral_term() { this->controller_.reset_accumulated_integral(); }
|
||||
|
||||
} // namespace pid
|
||||
} // namespace esphome
|
||||
|
||||
Reference in New Issue
Block a user