Metadata-Version: 2.3
Name: pysmarlaapi
Version: 0.3.0
Summary: Swing2Sleep Smarla API
Author-email: Robin Lintermann <robin.lintermann@explicatis.com>
Requires-Python: >=3.11.9
Description-Content-Type: text/markdown
Classifier: Development Status :: 3 - Alpha
Classifier: License :: OSI Approved :: Apache Software License
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Requires-Dist: aiohttp~=3.11.11
Requires-Dist: jsonpickle~=4.0.0
Requires-Dist: pysignalr~=1.1.0

# pysmarlaapi
A python library providing an API for Swing2Sleep Smarla.

This library will let you control your Swing2Sleep Smarla device.

It requires the firmware of the Smarla device to be version 1.6.X or newer. Otherwise you cannot properly connect/pair to your device.

## Library usage
Install pysmarlaapi using pip

### Example usage
Please refer to the examples provided in the repository.

