namespace RGB.NET.Core { /// /// Represents a generic Id of a . /// public interface ILedId { /// /// Gets a value indicating if this is valid. /// bool IsValid { get; } } }