mirror of
https://github.com/esphome/esphome.git
synced 2025-10-31 23:21:54 +00:00
Update mcp4461_output.cpp
This commit is contained in:
@@ -24,9 +24,9 @@ float Mcp4461Wiper::update_state() {
|
|||||||
return this->state_;
|
return this->state_;
|
||||||
}
|
}
|
||||||
|
|
||||||
void Mcp4461Wiper::enable_wiper() { this->parent_->enable_wiper_(this->wiper_); }
|
void Mcp4461Wiper::turn_on() { this->parent_->enable_wiper_(this->wiper_); }
|
||||||
|
|
||||||
void Mcp4461Wiper::disable_wiper() { this->parent_->disable_wiper_(this->wiper_); }
|
void Mcp4461Wiper::turn_off() { this->parent_->disable_wiper_(this->wiper_); }
|
||||||
|
|
||||||
void Mcp4461Wiper::increase_wiper() {
|
void Mcp4461Wiper::increase_wiper() {
|
||||||
if (this->parent_->increase_wiper_(this->wiper_)) {
|
if (this->parent_->increase_wiper_(this->wiper_)) {
|
||||||
|
|||||||
Reference in New Issue
Block a user