Skip to content

Commit 8ea78e6

Browse files
authored
moved versions.json to this repository and updated the code to match.
1 parent cbc4326 commit 8ea78e6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

AeotecMultisensor6.groovy

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -659,7 +659,7 @@ def version(){
659659

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

0 commit comments

Comments
 (0)