Skip to content
This repository was archived by the owner on Jan 18, 2023. It is now read-only.

Commit e63be79

Browse files
committed
Update text entry prompt for SMS notifications
1 parent 19d0b39 commit e63be79

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

smartapps/jschlackman/ready-for-nature.src/ready-for-nature.groovy

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ preferences {
5858

5959
section("Notifications") {
6060
input "sendPushMessage", "enum", title: "Send a push notification", options: ["Yes", "No"], defaultValue: "No", required: true
61-
input "phone", "phone", title: "Send a Text Message to number", required: false
61+
input "phone", "phone", title: "Send a text message to number (or multiple numbers separated by a comma)", required: false
6262
}
6363

6464
section("Audio alerts", hideWhenEmpty: true) {

0 commit comments

Comments
 (0)