ckb_commander¶
- class ckb_commander.device.Device(path: str)[source]¶
Bases:
object
A Corsair device.
- property dpi: str¶
- property features: str¶
Device features.
- property fwversion: str¶
Device firmware version (not present on all devices).
- property layout: str¶
Device layout, if applicable.
- property model: str¶
Device description/model.
- property pollrate: str¶
Poll rate in milliseconds (not present on all devices).
- property productid: str¶
Contains the USB productID of the hardware
- property serial: str¶
Device serial number. model and serial will match the info found in ckb0/connected
- property rgb: str¶
returns an
rgb
command equivalent to the current RGB state.
- property hwrgb: str¶
Does the same thing, but retrieves the colors currently stored in the hardware profile. The output will say
hwrgb
instead ofrgb
.