This commit is contained in:
J. Nick Koston 2023-06-09 16:46:28 -05:00
parent a360ebae77
commit be8461082f
No known key found for this signature in database
1 changed files with 31 additions and 30 deletions

View File

@ -21,6 +21,7 @@ namespace ratgdo {
}
}
void RATGDOLightOutput::set_state(esphome::ratgdo::LightState state)
{
bool is_on
= state == LightState::LIGHT_STATE_ON;