Metadata-Version: 2.4 Name: pysmarlaapi Version: 1.0.2 Summary: Swing2Sleep Smarla API Author-email: Robin Lintermann Requires-Python: >=3.11 Description-Content-Type: text/markdown License-Expression: Apache-2.0 Classifier: Programming Language :: Python :: 3 Classifier: Programming Language :: Python :: 3.11 Classifier: Programming Language :: Python :: 3.12 Classifier: Programming Language :: Python :: 3.13 License-File: LICENSE Requires-Dist: aiohttp>=3.11 Requires-Dist: jsonpickle>=4.0.0 Requires-Dist: pysignalr>=1.3.0 Project-URL: Issues, https://github.com/Explicatis-GmbH/pysmarlaapi/issues Project-URL: Repository, https://github.com/Explicatis-GmbH/pysmarlaapi # 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 connect/pair to your device. ## Library usage Install pysmarlaapi using pip ### Example usage Please refer to the examples provided in the repository.