mirror of
https://github.com/esphome/esphome.git
synced 2025-03-26 04:28:17 +00:00
Increase default repeat delay for Toto remote transmitter protocol (#8265)
This commit is contained in:
parent
56034e3e79
commit
b3db04a3d3
@ -36,7 +36,7 @@ template<typename... Ts> class TotoAction : public RemoteTransmitterActionBase<T
|
|||||||
data.rc_code_2 = this->rc_code_2_.value(x...);
|
data.rc_code_2 = this->rc_code_2_.value(x...);
|
||||||
data.command = this->command_.value(x...);
|
data.command = this->command_.value(x...);
|
||||||
this->set_send_times(this->send_times_.value_or(x..., 3));
|
this->set_send_times(this->send_times_.value_or(x..., 3));
|
||||||
this->set_send_wait(this->send_wait_.value_or(x..., 32000));
|
this->set_send_wait(this->send_wait_.value_or(x..., 36000));
|
||||||
TotoProtocol().encode(dst, data);
|
TotoProtocol().encode(dst, data);
|
||||||
}
|
}
|
||||||
};
|
};
|
||||||
|
Loading…
x
Reference in New Issue
Block a user