|
Corsair Lighting Protocol
0.15.0
Control LEDs connected to an Arduino with iCUE
|
#include <ITemperatureController.h>
Inheritance diagram for ITemperatureController:Public Member Functions | |
| virtual void | handleTemperatureControl (const Command &command, const CorsairLightingProtocolResponse *response)=0 |
The interface of a TemperatureController.
|
pure virtual |
Handle a temperature command and send a response.
| command | the command which should be handled |
| response | the callback for the response |
Implemented in TemperatureController.