Skip to content
This repository has been archived by the owner on May 9, 2024. It is now read-only.

Releases: andrewsayre/pysmartapp

Release 0.3.5

15 Jul 17:29
Compare
Choose a tag to compare
  • Update python version targets and dependencies

Release 0.3.4

18 Nov 03:32
Compare
Choose a tag to compare
  • Updated CI
  • Updated test dependencies and linted tests
  • Updated supported Python versions

Full Changelog: 0.3.3...0.3.4

Release 0.3.3

10 Nov 19:41
Compare
Choose a tag to compare
  • Exclude tests from package

Release 0.3.2

10 Mar 05:20
Compare
Choose a tag to compare
  • Add disconnect_all method to dispatcher

Release 0.3.1

07 Mar 02:46
Compare
Choose a tag to compare
  • Add data and value_type elements to device events
  • Check for functools.partial wrapped async methods in dispatcher

Release 0.3.0

05 Jan 21:21
Compare
Choose a tag to compare

pysmartapp is now async and uses the dispatcher pattern to notify lifecycle events.

0.2.1

31 Dec 07:00
Compare
Choose a tag to compare

Added fallback detection to the SmartThingsManager.

Release 0.2.0

31 Dec 04:13
Compare
Choose a tag to compare

This release introduces the SmartAppManager for hosting multiple SmartApps at the same webhook URL end-point.

Initial release

26 Dec 16:35
Compare
Choose a tag to compare
0.1.0

Added event timer support and updated README in anticipation of publish.