light
This commit is contained in:
parent
b80c8b6f8e
commit
dbf74506b3
|
@ -25,7 +25,6 @@ namespace ratgdo {
|
||||||
traits.set_supported_color_modes({ light::ColorMode::ON_OFF });
|
traits.set_supported_color_modes({ light::ColorMode::ON_OFF });
|
||||||
return traits;
|
return traits;
|
||||||
}
|
}
|
||||||
LightState* RATGDOLightOutput::get_state() { return this->state_; }
|
|
||||||
|
|
||||||
void RATGDOLightOutput::write_state(light::LightState* state)
|
void RATGDOLightOutput::write_state(light::LightState* state)
|
||||||
{
|
{
|
||||||
|
|
Loading…
Reference in New Issue