Skip to content

Commit

Permalink
Merge pull request #4 from Artanicus/API-versionbump
Browse files Browse the repository at this point in the history
Bump up hub API version, fixes #3
  • Loading branch information
jinnatar authored Apr 26, 2017
2 parents 7e803bc + d29fc31 commit 38a05ab
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cozify/hub.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

from .Error import APIError

apiPath = '/cc/1.3/'
apiPath = '/cc/1.4/'

def getDevices(hubName=None):
if hubName is None:
Expand Down

0 comments on commit 38a05ab

Please sign in to comment.