button
This commit is contained in:
parent
6c8e755bf8
commit
dc4a8ef772
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue