Get current RGB power model @returns Current RGB power consumption model
| 1570 | /// Get current RGB power model |
| 1571 | /// @returns Current RGB power consumption model |
| 1572 | inline PowerModelRGB getPowerModel() const { |
| 1573 | return get_power_model(); |
| 1574 | } |
| 1575 | |
| 1576 | /// Get estimated power consumption in milliwatts |
| 1577 | /// |
nothing calls this directly
no test coverage detected