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

View File

@ -13,6 +13,7 @@ namespace ratgdo {
public:
void dump_config() override;
light::LightTraits get_traits() override;
void RATGDOLightOutput::write_state(light::LightState* state) override;
void setup_state(light::LightState* state) override { this->state_ = state; }
light::LightState* get_state() { return this->state_; }