From e1c52454c64832d8e022a3c06be4d860084e7e01 Mon Sep 17 00:00:00 2001 From: bflorian Date: Sat, 5 Dec 2015 10:21:29 -0500 Subject: [PATCH] SSQA-65, add text about international phone numbers --- smartapps/smartthings/notify-me-when.src/notify-me-when.groovy | 1 + 1 file changed, 1 insertion(+) diff --git a/smartapps/smartthings/notify-me-when.src/notify-me-when.groovy b/smartapps/smartthings/notify-me-when.src/notify-me-when.groovy index e879ee4..12fa2a7 100644 --- a/smartapps/smartthings/notify-me-when.src/notify-me-when.groovy +++ b/smartapps/smartthings/notify-me-when.src/notify-me-when.groovy @@ -49,6 +49,7 @@ preferences { section("Via a push notification and/or an SMS message"){ input("recipients", "contact", title: "Send notifications to") { input "phone", "phone", title: "Phone Number (for SMS, optional)", required: false + paragraph "If outside the US please make sure to enter the proper country code" input "pushAndPhone", "enum", title: "Both Push and SMS?", required: false, options: ["Yes", "No"] } }