overwolf.logitech.led.getDevices
Overwolf APIs / overwolf.logitech.led / getDevices
function getDevices(callback: CallbackFunction<GetDevicesResult>): void;
Gets the currently installed Logitech devices.
Parameters
| Parameter | Type | Description |
|---|---|---|
callback | CallbackFunction<GetDevicesResult> | Called with the current device information. |
Returns
void