Skip to content

Commit

Permalink
v2.0.2 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 865f634 commit 8b4779d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions smartapps/My ecobee Init.groovy
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ def about() {
dynamicPage(name: "about", install: false, uninstall: true) {
section("About") {
paragraph "My Ecobee Init, the smartapp that connects your Ecobee thermostat to SmartThings via cloud-to-cloud integration"
paragraph "Version 2.0.1\n\n" +
paragraph "Version 2.0.2\n\n" +
"If you like this app, please support the developer via PayPal:\n\nyracine@yahoo.com\n\n" +
"Copyright©2014 Yves Racine"
href url:"http://github.com/yracine/device-type.myecobee", style:"embedded", required:false, title:"More information...",
Expand Down Expand Up @@ -623,7 +623,7 @@ def toQueryString(Map m) {
def getChildNamespace() { "yracine" }
def getChildName() { "My Ecobee Device" }

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

def getSmartThingsClientId() { "qqwy6qo0c2lhTZGytelkQ5o8vlHgRsrO" }

Expand Down

0 comments on commit 8b4779d

Please sign in to comment.