This commit is contained in:
J. Nick Koston 2023-06-07 13:33:31 -05:00
parent b80c8b6f8e
commit dbf74506b3
No known key found for this signature in database
1 changed files with 0 additions and 1 deletions

View File

@ -25,7 +25,6 @@ namespace ratgdo {
traits.set_supported_color_modes({ light::ColorMode::ON_OFF });
return traits;
}
LightState* RATGDOLightOutput::get_state() { return this->state_; }
void RATGDOLightOutput::write_state(light::LightState* state)
{