Metadata-Version: 2.1
Name: pywarmup
Version: 0.1.1
Summary: Client library for Warmup thermostats
Home-page: https://github.com/lkollar/pywarmup
Author: Laszlo Kiss Kollar
Author-email: kiss.kollar.laszlo@gmail.com
License: Apache
Platform: UNKNOWN
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: Apache Software License 
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3
Classifier: Operating System :: OS Independent
Classifier: Topic :: Home Automation
Classifier: Topic :: Software Development :: Libraries
Description-Content-Type: text/markdown

# pyWarmup

Python library to access Warmup heating devices. Currently only supports the Warmup 4iE 
thermostat. This library was heavily inspired by the [warmup4IE](https://github.com/alex-0103/warmup4IE)
library.

## Supported features

- Locations
    - List all locations
    - Get location
    - Turn off
- Rooms (devices)
    - Get all rooms
    - Get room
    - Set temperature
    - Set to auto/fixed/frost
    


