namespace Application.Domain.Entities { public enum ClusterId { light = 0x0400, alarm = 0x0500 } }