mirror of
https://github.com/ratgdo/esphome-ratgdo.git
synced 2025-02-09 01:04:30 +00:00
Update ratgdo.cpp
This commit is contained in:
parent
e9f43d81a3
commit
4fe42c5072
@ -597,7 +597,7 @@ namespace ratgdo {
|
||||
this->protocol_->call(InactivateLearn {});
|
||||
}
|
||||
|
||||
void RATGDOComponent::subscribe_rolling_code_counter(std::function<void(uint32_t)>&& f, const std::string &name = "rolling_code_counter");
|
||||
void RATGDOComponent::subscribe_rolling_code_counter(std::function<void(uint32_t)>&& f, const std::string &name = "rolling_code_counter")
|
||||
{
|
||||
// change update to children is defered until after component loop
|
||||
// if multiple changes occur during component loop, only the last one is notified
|
||||
|
Loading…
x
Reference in New Issue
Block a user