Update ecobeeAwayFromHome.groovy
authorRahmadi Trimananda <rahmadi.trimananda@uci.edu>
Tue, 6 Aug 2019 23:43:15 +0000 (16:43 -0700)
committerGitHub Enterprise <noreply@github.uci.edu>
Tue, 6 Aug 2019 23:43:15 +0000 (16:43 -0700)
third-party/ecobeeAwayFromHome.groovy

index a18bf788df3c02690125226bfd0aa3d1ed840744..f75b1007d8b9ddb48ba24382c33190236b3236bd 100755 (executable)
@@ -160,7 +160,8 @@ def presence(evt) {
        if (evt.value == "not present") {
                def person = getPerson(evt)
                if (detailedNotif) {
-                       send("AwayFromHome> ${person.displayName} not present at home")
+                       //send("AwayFromHome> ${person.displayName} not present at home")
+                       send("AwayFromHome> person not present at home")
                }
                log.debug "checking if everyone is away  and quiet at home"
                if (residentsHaveBeenQuiet()) {