RGB.NET
RGB.NET copied to clipboard
Openrgb device updated implementation
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
I added naming changes when DeviceId doesn't exist, for example with fans. Same change with common commit is also in OpenRGB PR