We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a0500a3 commit dc15b00Copy full SHA for dc15b00
smartapps/smartthings/ifttt.src/ifttt.groovy
@@ -39,7 +39,9 @@ definition(
39
category: "SmartThings Internal",
40
iconUrl: "https://ifttt.com/images/channels/ifttt.png",
41
iconX2Url: "https://ifttt.com/images/channels/ifttt_med.png",
42
- oauth: [displayName: "IFTTT", displayLink: "https://ifttt.com"]
+ oauth: [displayName: "IFTTT", displayLink: "https://ifttt.com"],
43
+ usesThirdPartyAuthentication: true,
44
+ pausable: false
45
)
46
47
preferences {
0 commit comments