RGB.NET icon indicating copy to clipboard operation
RGB.NET copied to clipboard

Openrgb device updated implementation

Open Aytackydln opened this issue 2 years ago • 1 comments

This PR adds DevicesChanged implementation for OpenRgb library.

Breaking Changes

  • Device names

Previously device names were created different each time, adding number in a paranthesis in their names. This caused problems when devices were reconnected or while checking if the device is new or not.

My proposal is adding a hash to the Device Names based on serial or device location (for internal devices). For zones and segments, their zone or segment name is also appended and not using incremental numbers in Device Names

Aytackydln avatar Jun 18 '23 16:06 Aytackydln

I added naming changes when DeviceId doesn't exist, for example with fans. Same change with common commit is also in OpenRGB PR

Aytackydln avatar Jul 09 '23 12:07 Aytackydln