loop
This commit is contained in:
parent
a360ebae77
commit
be8461082f
|
@ -21,6 +21,7 @@ namespace ratgdo {
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
void RATGDOLightOutput::set_state(esphome::ratgdo::LightState state)
|
void RATGDOLightOutput::set_state(esphome::ratgdo::LightState state)
|
||||||
|
{
|
||||||
|
|
||||||
bool is_on
|
bool is_on
|
||||||
= state == LightState::LIGHT_STATE_ON;
|
= state == LightState::LIGHT_STATE_ON;
|
||||||
|
|
Loading…
Reference in New Issue