forked from SmartThingsCommunity/SmartThingsPublic
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
CREX-3129 Update parent and service manager apps to be singleton
- Loading branch information
Showing
18 changed files
with
36 additions
and
18 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -20,7 +20,8 @@ definition( | |
description: "Use this free SmartApp in conjunction with the ObyThing Music app for your Mac to control and automate music and more with iTunes and SmartThings.", | ||
category: "SmartThings Labs", | ||
iconUrl: "http://obycode.com/obything/ObyThingSTLogo.png", | ||
iconX2Url: "http://obycode.com/obything/[email protected]") | ||
iconX2Url: "http://obycode.com/obything/[email protected]", | ||
singleInstance: true) | ||
|
||
|
||
preferences { | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -13,7 +13,8 @@ definition( | |
iconUrl: "https://s3.amazonaws.com/smartapp-icons/Partner/jawbone-up.png", | ||
iconX2Url: "https://s3.amazonaws.com/smartapp-icons/Partner/[email protected]", | ||
oauth: true, | ||
usePreferencesForAuthorization: false | ||
usePreferencesForAuthorization: false, | ||
singleInstance: true | ||
) { | ||
appSetting "clientId" | ||
appSetting "clientSecret" | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -21,7 +21,8 @@ | |
category: "SmartThings Labs", | ||
iconUrl: "https://s3.amazonaws.com/smartapp-icons/Convenience/Cat-Convenience.png", | ||
iconX2Url: "https://s3.amazonaws.com/smartapp-icons/Convenience/[email protected]", | ||
iconX3Url: "https://s3.amazonaws.com/smartapp-icons/Convenience/[email protected]" | ||
iconX3Url: "https://s3.amazonaws.com/smartapp-icons/Convenience/[email protected]", | ||
singleInstance: true | ||
) | ||
|
||
preferences { | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -26,7 +26,8 @@ definition( | |
description: "Connect your Ecobee thermostat to SmartThings.", | ||
category: "SmartThings Labs", | ||
iconUrl: "https://s3.amazonaws.com/smartapp-icons/Partner/ecobee.png", | ||
iconX2Url: "https://s3.amazonaws.com/smartapp-icons/Partner/[email protected]" | ||
iconX2Url: "https://s3.amazonaws.com/smartapp-icons/Partner/[email protected]", | ||
singleInstance: true | ||
) { | ||
appSetting "clientId" | ||
appSetting "serverUrl" | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -23,7 +23,8 @@ definition( | |
description: "Connect and take pictures using your Foscam camera from inside the Smartthings app.", | ||
category: "SmartThings Internal", | ||
iconUrl: "https://s3.amazonaws.com/smartapp-icons/Partner/foscam.png", | ||
iconX2Url: "https://s3.amazonaws.com/smartapp-icons/Partner/[email protected]" | ||
iconX2Url: "https://s3.amazonaws.com/smartapp-icons/Partner/[email protected]", | ||
singleInstance: true | ||
) | ||
|
||
preferences { | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -23,7 +23,8 @@ definition( | |
description: "Allows you to connect your Philips Hue lights with SmartThings and control them from your Things area or Dashboard in the SmartThings Mobile app. Adjust colors by going to the Thing detail screen for your Hue lights (tap the gear on Hue tiles).\n\nPlease update your Hue Bridge first, outside of the SmartThings app, using the Philips Hue app.", | ||
category: "SmartThings Labs", | ||
iconUrl: "https://s3.amazonaws.com/smartapp-icons/Partner/hue.png", | ||
iconX2Url: "https://s3.amazonaws.com/smartapp-icons/Partner/[email protected]" | ||
iconX2Url: "https://s3.amazonaws.com/smartapp-icons/Partner/[email protected]", | ||
singleInstance: true | ||
) | ||
|
||
preferences { | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -22,7 +22,8 @@ definition( | |
category: "SmartThings Labs", | ||
iconUrl: "https://s3.amazonaws.com/smartapp-icons/Partner/life360.png", | ||
iconX2Url: "https://s3.amazonaws.com/smartapp-icons/Partner/[email protected]", | ||
oauth: [displayName: "Life360", displayLink: "Life360"] | ||
oauth: [displayName: "Life360", displayLink: "Life360"], | ||
singleInstance: true | ||
) { | ||
appSetting "clientId" | ||
appSetting "clientSecret" | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -22,7 +22,8 @@ definition( | |
description: "Allows you to integrate your WeMo Switch and Wemo Motion sensor with SmartThings.", | ||
category: "SmartThings Labs", | ||
iconUrl: "https://s3.amazonaws.com/smartapp-icons/Partner/wemo.png", | ||
iconX2Url: "https://s3.amazonaws.com/smartapp-icons/Partner/[email protected]" | ||
iconX2Url: "https://s3.amazonaws.com/smartapp-icons/Partner/[email protected]", | ||
singleInstance: true | ||
) | ||
|
||
preferences { | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -58,7 +58,8 @@ definition( | |
description: "Connect your Quirky to SmartThings.", | ||
category: "SmartThings Labs", | ||
iconUrl: "https://s3.amazonaws.com/smartapp-icons/Partner/quirky.png", | ||
iconX2Url: "https://s3.amazonaws.com/smartapp-icons/Partner/[email protected]" | ||
iconX2Url: "https://s3.amazonaws.com/smartapp-icons/Partner/[email protected]", | ||
singleInstance: true | ||
) { | ||
appSetting "clientId" | ||
appSetting "clientSecret" | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -25,7 +25,8 @@ definition( | |
description: "Connect your TCP bulbs to SmartThings using Cloud to Cloud integration. You must create a remote login acct on TCP Mobile App.", | ||
category: "SmartThings Labs", | ||
iconUrl: "https://s3.amazonaws.com/smartapp-icons/Partner/tcp.png", | ||
iconX2Url: "https://s3.amazonaws.com/smartapp-icons/Partner/[email protected]" | ||
iconX2Url: "https://s3.amazonaws.com/smartapp-icons/Partner/[email protected]", | ||
singleInstance: true | ||
) | ||
|
||
|
||
|