Metadata-Version: 2.1
Name: wavinsentio
Version: 0.2.2
Summary: API Wrapper for Wavin Sentio underfloor heating system
Home-page: https://github.com/djerik/wavinsentio
Author: Tobias Laursen
Author-email: djerik@gmail.com
License: MIT
Platform: UNKNOWN
Classifier: Development Status :: 5 - Production/Stable
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 2
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.4
Classifier: Programming Language :: Python :: 3.5
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Description-Content-Type: text/markdown
Requires-Dist: requests

# Wavin Sentio
> API Wrapper for Wavin Sentio underfloor heating system.

Enables you to query status of thermostats and change target temperature

## Usage example

ws = wavinsentio.WavinSentio("username","password")

## Release History

* 0.1.0
    * The first proper release
* 0.2.0
    * Added setTemperature, setProfile and refresh token logic
* 0.2.1
    * PyPi push
* 0.2.2
    * Cleaned folder structure

