mirror of
https://github.com/esphome/esphome.git
synced 2024-11-23 11:56:25 +01:00
deleted space
This commit is contained in:
parent
b0f75a1830
commit
2164683751
@ -63,7 +63,7 @@ void SeeedMultiChannelRelaySwitch::write_state(bool state) {
|
||||
}
|
||||
|
||||
// This will be called every time the user requests a state change.
|
||||
this->parent_->relay_write(this->channel_ , state);
|
||||
this->parent_->relay_write(this->channel_, state);
|
||||
|
||||
// Acknowledge new state by publishing it
|
||||
this->publish_state(state);
|
||||
|
Loading…
Reference in New Issue
Block a user