using RGB.NET.Core; namespace RGB.NET.Devices.WLED; /// /// Represents a WLED-device. /// internal interface IWledRGBDevice : IRGBDevice;