From: Rahmadi Trimananda Date: Fri, 9 Aug 2019 22:23:35 +0000 (-0700) Subject: Update speaker-notify-with-sound.groovy X-Git-Url: http://plrg.eecs.uci.edu/git/?p=smartapps.git;a=commitdiff_plain;h=f94a246525d2d63887ab48a0bcda9fb7fb17b422 Update speaker-notify-with-sound.groovy --- diff --git a/official/speaker-notify-with-sound.groovy b/official/speaker-notify-with-sound.groovy index bb72b8a..85305ad 100755 --- a/official/speaker-notify-with-sound.groovy +++ b/official/speaker-notify-with-sound.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()