From b53ae369168d5a4e1a5d972e022c8c939bb3e241 Mon Sep 17 00:00:00 2001 From: Rahmadi Trimananda Date: Fri, 28 Feb 2020 15:26:49 -0800 Subject: [PATCH] Update mini-hue-controller.groovy --- official/mini-hue-controller.groovy | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/official/mini-hue-controller.groovy b/official/mini-hue-controller.groovy index 051022b..e931439 100755 --- a/official/mini-hue-controller.groovy +++ b/official/mini-hue-controller.groovy @@ -60,7 +60,7 @@ def buttonHandler(evt) { } break - case 3: + case 1: if (evt.value == "held") { def color = [name:"Soft White", hue: 23, saturation: 56] bulbs.setColor(hue: color.hue, saturation: color.saturation) -- 2.34.1