iconX2Url: "https://raw.githubusercontent.com/MichaelStruck/SmartThings/master/IFTTT-SmartApps/App1@2x.png",
iconX3Url: "https://raw.githubusercontent.com/MichaelStruck/SmartThings/master/IFTTT-SmartApps/App1@2x.png")
+page(name: "pageAbout", title: "About ${textAppName()}") {
+ section {
+ paragraph "${textVersion()}\n${textCopyright()}\n\n${textLicense()}\n"
+ }
+ section("Instructions") {
+ paragraph textHelp()
+ }
+}
preferences {
page(name: "getPref")
}
}
-page(name: "pageAbout", title: "About ${textAppName()}") {
- section {
- paragraph "${textVersion()}\n${textCopyright()}\n\n${textLicense()}\n"
- }
- section("Instructions") {
- paragraph textHelp()
- }
-}
-
def installed() {
log.debug "Installed with settings: ${settings}"
subscribe(controlSwitch, "switch", "switchHandler")
"Ties a Hello, Home phrase or mode to a switch's (virtual or real) on/off state. Perfect for use with IFTTT. "+
"Simple define a switch to be used, then tie the on/off state of the switch to a specific Hello, Home phrases or mode. "+
"Connect the switch to an IFTTT action, and the Hello, Home phrase or mode will fire with the switch state change."
-}
\ No newline at end of file
+}