mirror of
https://github.com/Artemis-RGB/Artemis
synced 2026-01-02 10:43:31 +00:00
Layers - Added hints UI accesible from profile tree Surface - Added device categories used by profile adaption
10 lines
235 B
C#
10 lines
235 B
C#
namespace Artemis.Storage.Entities.Profile
|
|
{
|
|
public class LedEntity
|
|
{
|
|
public string LedName { get; set; }
|
|
public string DeviceIdentifier { get; set; }
|
|
|
|
public int? PhysicalLayout { get; set; }
|
|
}
|
|
} |