Skip to content

Commit 0918e9b

Browse files
committed
Change some labels
1 parent 843cc6f commit 0918e9b

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

smartapps/remotsy/remotsy-connect.src/remotsy-connect.groovy

+4-4
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ definition(
2020
namespace: "remotsy",
2121
author: "[email protected]",
2222
description: "Manager from Remotsy",
23-
category: "My Apps",
23+
category: "Convenience",
2424
iconUrl: "https://s3.amazonaws.com/remotsy/logo256.png",
2525
iconX2Url: "https://s3.amazonaws.com/remotsy/logo512.png",
2626
oauth: true,
@@ -79,9 +79,9 @@ def listDevices()
7979
{
8080
log.debug "In listDevices"
8181
def devices = getDeviceList()
82-
dynamicPage(name: "Credentials", title: "Choose devices", uninstall: true) {
83-
section("Devices") {
84-
input "devices", "enum", title: "Select Device(s)", required: false, multiple: true, options: devices
82+
dynamicPage(name: "Credentials", title: "SmartThings is connected to Remotsy", uninstall: true) {
83+
section("Remotsy controls") {
84+
input "devices", "enum", title: "Select control(s)", required: false, multiple: true, options: devices
8585
}
8686
}
8787
}

0 commit comments

Comments
 (0)