Skip to content

Commit

Permalink
List capabilities from API for each zone
Browse files Browse the repository at this point in the history
  • Loading branch information
palazzem committed May 17, 2022
1 parent 85341cf commit 32d93b7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions PyTadoDev/interface.py
Original file line number Diff line number Diff line change
Expand Up @@ -215,6 +215,7 @@ def getCapabilities(self, zone):

cmd = 'zones/%i/capabilities' % zone
data = self._apiCall(cmd)
_LOGGER.error("Capabilities from API for zone %s: %s", zone, data)
return data

def getClimate(self, zone):
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
readme = open(here('README.md')).read()

setup(name='python-tado-dev',
version='0.13.0.dev2',
version='0.13.0.dev3',
description='PyTado from chrism0dwk, modfied by w.malgadey, diplix, michaelarnauts, LenhartStephan, splifter, syssi, andersonshatch, Yippy, p0thi',
long_description=readme,
keywords='tado',
Expand Down

0 comments on commit 32d93b7

Please sign in to comment.