overwolf.logitech.led.setTargetDevice
Overwolf APIs / overwolf / overwolf / logitech / led / setTargetDevice
function setTargetDevice(
targetDevices: LogitechDeviceLightingType[],
callback: CallbackFunction<Result>,
): void;
Sets the target devices to use.
Parameters
| Parameter | Type | Description |
|---|---|---|
targetDevices | LogitechDeviceLightingType[] | An array of |
callback | CallbackFunction<Result> | A callback with the result of the request. |
Returns
void