using RGB.NET.Core; namespace RGB.NET.Devices.Novation { /// /// Represents a novation RGB-device. /// public interface INovationRGBDevice : IRGBDevice { } }