Update Switches.groovy
authorRahmadi Trimananda <rahmadi.trimananda@uci.edu>
Thu, 15 Aug 2019 15:52:52 +0000 (08:52 -0700)
committerGitHub Enterprise <noreply@github.uci.edu>
Thu, 15 Aug 2019 15:52:52 +0000 (08:52 -0700)
third-party/Switches.groovy

index 645fa432a7a8cec807ffc29b5295d96505c7146d..52549f2b284629208ae4f7aad8e6b4eca1189c59 100755 (executable)
@@ -52,6 +52,7 @@ def initialize() {
 def switchHandler(evt) {
   def s = switches.find{ evt.deviceId == it.id }
   //def phrase = location.helloHome.getPhrases().find { it.label == s.displayName }
 def switchHandler(evt) {
   def s = switches.find{ evt.deviceId == it.id }
   //def phrase = location.helloHome.getPhrases().find { it.label == s.displayName }
+  def phrase
   if (phrase) {
     location.helloHome.execute(phrase.label)
   }
   if (phrase) {
     location.helloHome.execute(phrase.label)
   }