isu-kim / PyRGBDev

A Python Library for Controlling RGB Devices
MIT License
12 stars 2 forks source link

Color Error Corsair #6

Open Max6468 opened 12 months ago

Max6468 commented 12 months ago

Describe the bug The bug is when I try to change the colors of my PC. In the yellow corsair example code, everything works, but it only changes the colors of the motherboard and Ram. The Corsair commander is turned off, as well as the corsair liquid cooling, it doesn't even detect it. If it helps, here is the list of devices when I put .get_all_device_information(): {'MemoryModule': [('VENGEANCE RGB DDR5', 0), ('VENGEANCE RGB DDR5', 1)], 'Mouse': [('HARPOON RGB WIRELESS', 2)], 'ETC': [('Commander CORE', 3)], 'Motherboard': [('ASUS Motherboard', 4)]}

To Reproduce To reproduce, you need my computer

Expected behavior To put all the leds from all the computer on with the color Screenshots If applicable, add screenshots to help explain your problem.

Problematic Device

Additional context Add any other context about the problem here.

Max6468 commented 12 months ago

I forgot to comment that the mouse lights do turn them on too, the problem is only the corsair commander and the liquid cooling, also from corsair.

Anyway, the project is very good, and is very well done, so congratulations.