mirror of
https://github.com/ratgdo/esphome-ratgdo.git
synced 2025-03-03 12:29:54 +00:00
loop
This commit is contained in:
parent
8e5b65c2e6
commit
9b5f36886e
@ -497,7 +497,7 @@ namespace ratgdo {
|
|||||||
this->children_.push_back(obj);
|
this->children_.push_back(obj);
|
||||||
obj->set_parent(this);
|
obj->set_parent(this);
|
||||||
}
|
}
|
||||||
LightState RATGDOComponent::get_light_state()
|
LightState RATGDOComponent::getLightState()
|
||||||
{
|
{
|
||||||
return static_cast<LightState>(this->lightState);
|
return static_cast<LightState>(this->lightState);
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user