figments: command: rewrite command api to use Task instances instead of static functions
This commit is contained in:
@@ -53,9 +53,6 @@ public:
|
||||
}
|
||||
|
||||
void forceBrightness(uint8_t v);
|
||||
|
||||
const std::vector<Command>& commands() const override;
|
||||
|
||||
private:
|
||||
AnimatedNumber m_powerState = 255;
|
||||
AnimatedNumber m_brightness = 255;
|
||||
|
||||
Reference in New Issue
Block a user