From: Seyed Amir Hossein Aqajari Date: Mon, 5 Aug 2019 20:42:10 +0000 (-0700) Subject: Update gidjit-hub.groovy X-Git-Url: http://plrg.eecs.uci.edu/git/?p=smartapps.git;a=commitdiff_plain;h=e4336b8dc647cc7d7df19b87a03568166d2738f6 Update gidjit-hub.groovy --- diff --git a/official/gidjit-hub.groovy b/official/gidjit-hub.groovy index abd8f3f..6b6e255 100755 --- a/official/gidjit-hub.groovy +++ b/official/gidjit-hub.groovy @@ -24,7 +24,7 @@ definition( iconX3Url: "http://www.gidjit.com/appicon@3x.png", oauth: [displayName: "Gidjit", displayLink: "www.gidjit.com"]) -preferences(oauthPage: "deviceAuthorization") { +preferences { // deviceAuthorization page is simply the devices to authorize page(name: "deviceAuthorization", title: "Device Authorization", nextPage: "instructionPage", install: false, uninstall: true) { @@ -256,4 +256,4 @@ void updateWindowShade() { httpError(400, "$command is not a valid command") } } -// TODO: implement event handlers \ No newline at end of file +// TODO: implement event handlers