This commit is contained in:
J. Nick Koston 2023-06-09 18:33:16 -05:00
parent 6c8e755bf8
commit dc4a8ef772
No known key found for this signature in database
1 changed files with 385 additions and 386 deletions

View File

@ -76,7 +76,6 @@ namespace ratgdo {
}
uint16_t RATGDOComponent::readRollingCode()
{
{
uint32_t rolling = 0;
uint64_t fixed = 0;
@ -481,7 +480,7 @@ namespace ratgdo {
global_preferences->sync();
}
void RATGDOComponent::register_child(RATGDOClient * obj)
void RATGDOComponent::register_child(RATGDOClient* obj)
{
this->children_.push_back(obj);
obj->set_parent(this);
@ -491,5 +490,5 @@ namespace ratgdo {
return static_cast<LightState>(this->lightState);
}
} // namespace ratgdo
} // namespace ratgdo
} // namespace esphome