Skip to content

Commit

Permalink
v0.8.7 use of getApiServerUrl() instead of hard coded value
Browse files Browse the repository at this point in the history
  • Loading branch information
yracine committed Aug 29, 2015
1 parent 681221b commit 959bc41
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions smartapps/myAutomaticServiceMgr
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ def about() {
section("About") {
paragraph "MyAutomaticServiceMgr, the smartapp that connects your Automatic connected vehicle(s) to SmartThings via cloud-to-cloud integration" +
" and polls your Automatic device's events on a regular interval"
paragraph "Version 0.8.6\n\n" +
paragraph "Version 0.8.7\n\n" +
"If you like this app, please support the developer via PayPal:\n\[email protected]\n\n" +
"Copyright©2015 Yves Racine"
href url:"http://github.com/yracine", style:"embedded", required:false, title:"More information...",
Expand Down Expand Up @@ -647,7 +647,7 @@ def getChildNamespace() { "yracine" }

def getChildName() { "My Automatic Device" }

def getServerUrl() { return "https://graph.api.smartthings.com" }
def getServerUrl() { return getApiServerUrl() }

def getSmartThingsClientId() { "insert your public key here!" }

Expand Down

0 comments on commit 959bc41

Please sign in to comment.