overwolf.logitech API
An API for Logitech features.
Methods Reference
Types Reference
getVersion(callback)
Version added: 0.93
Gets the current version of the Logitech Gaming Software.
Parameter | Type | Description |
---|---|---|
callback | function | Called with the version of LGS currently installed |
getDevices(callback)
Version added: 0.93
Gets the currently installed Logitech devices.
Parameter | Type | Description |
---|---|---|
callback | function | Called with the current device information |
LogitechData Object
Version added: 0.93
Container for Logitech data.
Parameter | Type | Description |
---|---|---|
minimal_lgs_version | version Object (string wrapper) | Minimal LGS version required for this app |
arx | LogitechArxData Object | The Arx API data |
led | LogitechLedData Object | The LED API data |
Logitech Device Object
Version added: 0.93
Logitech device type.
No further info.