wmalgadey / PyTado

Python binding for Tado web API. Pythonize your central heating!
GNU General Public License v3.0
76 stars 41 forks source link

Add a TadoZone class and tests for known Tados #29

Closed bdraco closed 4 years ago

bdraco commented 4 years ago

This creates a new PyTado.zone module that represents a tado zone. It takes care of normalizing all the attributes in the json api and adds a new getZoneState api call to wrap the api calls of getState.

bdraco commented 4 years ago

@michaelarnauts I've integrated your json files. Can you take a look at this?

wmalgadey commented 4 years ago

@bdraco 0.5.0 is pushed to pypi!

bdraco commented 4 years ago

Thank you!