#pragma warning disable 1591 // ReSharper disable InconsistentNaming // ReSharper disable UnusedMember.Global using RGB.NET.Devices.Novation.Attributes; namespace RGB.NET.Devices.Novation { /// /// Represents a specific novation device. /// public enum NovationDevices { [DeviceId("Launchpad S")] [ColorCapability(NovationColorCapabilities.LimitedRG)] LaunchpadS } }