deleted space

This commit is contained in:
KoenBreeman 2024-09-27 10:40:50 +02:00
parent b0f75a1830
commit 2164683751

View File

@ -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);