Metadata-Version: 2.1
Name: aioairzone
Version: 0.1.2
Summary: Library to control Airzone devices
Home-page: https://github.com/Noltari/aioairzone
Author: Álvaro Fernández Rojas
Author-email: noltari@gmail.com
License: UNKNOWN
Download-URL: https://github.com/Noltari/aioairzone
Description: # aioairzone
        Python library to control Airzone devices.
        
        ## Requirements
        - Python >= 3.8
        
        ## Install
        ```bash
        pip install aioairzone
        ```
        
        ## Install from Source
        Run the following command inside this folder
        ```bash
        pip install --upgrade .
        ```
        
        ## Examples
        Examples can be found in the `examples` folder
        
        ## API Call example
        Run the following command to list all your Airzone systems and zones
        ```
        curl --location --request POST "http://192.168.1.25:3000/api/v1/hvac" -d '{"systemID": 0, "zoneID": 0}' | jq
        ```
        
Platform: UNKNOWN
Classifier: Development Status :: 4 - Beta
Classifier: Intended Audience :: Developers
Classifier: Natural Language :: English
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Topic :: Home Automation
Requires-Python: >=3.8
Description-Content-Type: text/markdown
