From 29d10df9627a434a871b151bfe006e0bc1f77e2c Mon Sep 17 00:00:00 2001 From: Artanicus Date: Sat, 2 Sep 2017 12:48:44 +0300 Subject: [PATCH] Whaddayaknow, the API version went up by 0.2 --- cozify/hub.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cozify/hub.py b/cozify/hub.py index d6a64d1..5546001 100644 --- a/cozify/hub.py +++ b/cozify/hub.py @@ -11,7 +11,7 @@ from .Error import APIError -apiPath = '/cc/1.5/' +apiPath = '/cc/1.6/' def getDevices(hubName=None): """Get up to date full devices data set as a dict