added multiselect

This commit is contained in:
Yorick Rommers
2015-12-04 14:49:24 +01:00
parent 482ebc828b
commit ad65c72747
7 changed files with 241 additions and 43 deletions
+1 -1
View File
@@ -60,6 +60,7 @@ namespace HueUWP
{
l.Hue = rnd.Next(0, 65535);
l.Brightness = rnd.Next(128, 254);
l.Saturation = 254;
l.UpdateColorDisco();
});
//"transitiontime": 0
@@ -109,7 +110,6 @@ namespace HueUWP
try {
var json = await nwh.AllLights();
JObject o = JObject.Parse(json);
Debug.WriteLine(o.ToString());
foreach(var i in o)
{
var light = o["" + i.Key];