philips-air-purifier 0.0.4

Creator: railscoderz

Last updated:

Add to Cart

Description:

philipsairpurifier 0.0.4

Philips Air Purifier Client API
Python API for monitoring and controlling Philips air purifiers.
Installation
pip install philips-air-purifier

Usage
Get the status of the air purifier:
from philips_air_purifier import status
status.put_status(air_purifier_host="192.168.1.12", status={"pwr": "1"})
current_status = status.get_status(air_purifier_host="192.168.1.12")

Deploying to PyPi
pip install setuptools wheel
python setup.py sdist bdist_wheel
twine upload dist/*

License

For personal and professional use. You cannot resell or redistribute these repositories in their original state.

Customer Reviews

There are no reviews.