Skip to content

Commit

Permalink
Hub API version bump to match latest update rolling out from upstream
Browse files Browse the repository at this point in the history
  • Loading branch information
jinnatar committed Feb 8, 2018
1 parent 0f7c281 commit 93b97f9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cozify/hub_api.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@

from .Error import APIError

apiPath = '/cc/1.7'
apiPath = '/cc/1.8'

def _getBase(host, port=8893, api=apiPath):
return 'http://%s:%s%s' % (host, port, api)
Expand Down

0 comments on commit 93b97f9

Please sign in to comment.