overwolf.logitech.led.saveCurrentLighting
Overwolf APIs / overwolf / overwolf / logitech / led / saveCurrentLighting
function saveCurrentLighting(callback: CallbackFunction<Result>): void;
Saves the current lighting.
Parameters
| Parameter | Type | Description |
|---|---|---|
callback | CallbackFunction<Result> | A callback with the result of the request. |
Returns
void