| 295 | virtual void setColorSetting(ColorSettingCommandType cmd, float value) {} |
| 296 | virtual uint32_t getColorSetting(ColorSettingCommandType cmd) { return 0u; } |
| 297 | virtual float getColorSettingFloat(ColorSettingCommandType cmd) { return 0.0f; } |
| 298 | virtual void setLedStatus(LedSettings led) {} |
| 299 | |
| 300 | bool open(); |
nothing calls this directly
no outgoing calls
no test coverage detected