Skip to content

Commit

Permalink
moved versions.json to this repository and updated the code to match.
Browse files Browse the repository at this point in the history
  • Loading branch information
csteele-PD authored Aug 13, 2018
1 parent cbc4326 commit 8ea78e6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion AeotecMultisensor6.groovy
Original file line number Diff line number Diff line change
Expand Up @@ -659,7 +659,7 @@ def version(){

def updatecheck(){
setVersion()
def paramsUD = [uri: "http://h-qk.com/versions.json"]
def paramsUD = [uri: "https://raw.githubusercontent.com/HubitatCommunity/AeotecMultiSensor6/master/versions.json"]
try {
httpGet(paramsUD) { respUD ->
// log.info " Version Checking - Response Data: ${respUD.data}" // Debug Code
Expand Down

0 comments on commit 8ea78e6

Please sign in to comment.