public class OsramDevice { public int deviceId { get; set; } public string deviceType { get; set; } public string manufacturer { get; set; } public string modelName { get; set; } public string name { get; set; } public List groupList { get; set; } public List bmpClusters { get; set; } public bool online { get; set; } public bool on { get; set; } public float brightnessLevel { get; set; } public float hue { get; set; } public float saturation { get; set; } public int temperature { get; set; } public string firmwareVersion { get; set; } public string color { get; set; } }