From b4cc1a00966189953df82bf1809ffc85acde872d Mon Sep 17 00:00:00 2001 From: Rahmadi Trimananda Date: Mon, 5 Aug 2019 16:46:40 -0700 Subject: [PATCH] Update hue-mood-lighting.groovy --- official/hue-mood-lighting.groovy | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/official/hue-mood-lighting.groovy b/official/hue-mood-lighting.groovy index 1448489..95c99d1 100755 --- a/official/hue-mood-lighting.groovy +++ b/official/hue-mood-lighting.groovy @@ -36,6 +36,20 @@ preferences { } } +// input "motion", "capability.motionSensor", title: "Motion Here", required: false, multiple: true +// input "contact", "capability.contactSensor", title: "Contact Opens", required: false, multiple: true +// input "contactClosed", "capability.contactSensor", title: "Contact Closes", required: false, multiple: true +// input "acceleration", "capability.accelerationSensor", title: "Acceleration Detected", required: false, multiple: true +// input "mySwitch", "capability.switch", title: "Switch Turned On", required: false, multiple: true +// input "mySwitchOff", "capability.switch", title: "Switch Turned Off", required: false, multiple: true +// input "arrivalPresence", "capability.presenceSensor", title: "Arrival Of", required: false, multiple: true +// input "departurePresence", "capability.presenceSensor", title: "Departure Of", required: false, multiple: true +// input "smoke", "capability.smokeDetector", title: "Smoke Detected", required: false, multiple: true +// input "water", "capability.waterSensor", title: "Water Sensor Wet", required: false, multiple: true +// input "button1", "capability.button", title: "Button Press", required:false, multiple:true //remove from production +// input "triggerModes", "mode", title: "System Changes Mode", required: false, multiple: true +// input "timeOfDay", "time", title: "At a Scheduled Time", required: false + def mainPage() { dynamicPage(name: "mainPage") { def anythingSet = anythingSet() -- 2.34.1