Skip to main content

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

ParameterTypeDescription
targetDevicesLogitechDeviceLightingType[]An array of
callbackCallbackFunction<Result>A callback with the result of the request.

Returns

void