This repository has been archived by the owner on May 9, 2024. It is now read-only.
Releases: andrewsayre/pysmartapp
Releases · andrewsayre/pysmartapp
Release 0.3.5
- Update python version targets and dependencies
Release 0.3.4
- Updated CI
- Updated test dependencies and linted tests
- Updated supported Python versions
Full Changelog: 0.3.3...0.3.4
Release 0.3.3
- Exclude tests from package
Release 0.3.2
- Add
disconnect_all
method to dispatcher
Release 0.3.1
- Add
data
andvalue_type
elements to device events - Check for
functools.partial
wrapped async methods in dispatcher
Release 0.3.0
pysmartapp is now async and uses the dispatcher pattern to notify lifecycle events.
0.2.1
Added fallback detection to the SmartThingsManager.
Release 0.2.0
This release introduces the SmartAppManager for hosting multiple SmartApps at the same webhook URL end-point.
Initial release
0.1.0 Added event timer support and updated README in anticipation of publish.