public class HueDevice { public int deviceId { get; set; } public string deviceType { get; set; } public string name { get; set; } public bool online { get; set; } public int bri { get; set; } public string alert { get; set; } public bool reachable { get; set; } public string type { get; set; } public string modelid { get; set; } public string manufacturername { get; set; } public string uniqueid { get; set; } public string swversion { get; set; } }