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

Releases: andrewsayre/pysmartthings

Release v0.7.8

12 Jul 01:43
a1629cc
Compare
Choose a tag to compare
  • added support for windowShadeLevel capability
  • Updated python target versions
  • Updated dependencies

Release v0.7.7

12 Nov 18:43
252b067
Compare
Choose a tag to compare

What's Changed

Full Changelog: 0.7.6...0.7.7

Release 0.7.6

14 Nov 19:26
Compare
Choose a tag to compare
  • Add additional Power Consumption attributes (#47)

Release 0.7.5

10 Nov 19:36
a53709a
Compare
Choose a tag to compare
  • Remove tests from package
  • Correct gasMeter capability
  • Update CI/CD config

Release 0.7.4

05 Oct 17:23
8b75a30
Compare
Choose a tag to compare
  • Update dependencies
  • Add constants for gasMeter
  • Update Install URL

Release 0.7.3

10 Aug 15:42
0c76c4f
Compare
Choose a tag to compare
  • Make all device attributes optional during deserialization

Release 0.7.2

22 Jul 21:17
d7ffd3e
Compare
Choose a tag to compare
  • Add tvChannel capability (thanks @Alex-Klein)
  • Add wrapper methods for media devices (thanks @PiotrMachowski)
  • Update interpretation of command responses
  • Update dependencies

Release 0.7.1

28 Mar 21:37
6a14dd6
Compare
Choose a tag to compare
  • Black formatting
  • Misc changes

Release 0.7.0

30 Dec 17:08
1b4b744
Compare
Choose a tag to compare
  • Updated dependencies
  • Convert DeviceType enum to string with constants DEVICE_TYPE_OCF, DEVICE_TYPE_DTH, DEVICE_TYPE_UNKNOWN, DEVICE_TYPE_ENDPOINT_APP, and DEVICE_TYPE_VIPER

Release 0.6.9

20 Jun 17:51
20bc61d
Compare
Choose a tag to compare
  • Add VIPER device type support
  • Add APIResponseError string representation function