Pysmartthings Versions Save

A python library for interacting with the SmartThings cloud API build with asyncio and aiohttp.

0.7.8

10 months ago
  • added support for windowShadeLevel capability
  • Updated python target versions
  • Updated dependencies

0.7.7

2 years ago

What's Changed

Full Changelog: https://github.com/andrewsayre/pysmartthings/compare/0.7.6...0.7.7

0.7.6

3 years ago
  • Add additional Power Consumption attributes (#47)

0.7.5

3 years ago
  • Remove tests from package
  • Correct gasMeter capability
  • Update CI/CD config

0.7.4

3 years ago
  • Update dependencies
  • Add constants for gasMeter
  • Update Install URL

0.7.3

3 years ago
  • Make all device attributes optional during deserialization

0.7.2

3 years ago
  • Add tvChannel capability (thanks @Alex-Klein)
  • Add wrapper methods for media devices (thanks @PiotrMachowski)
  • Update interpretation of command responses
  • Update dependencies

0.7.1

4 years ago
  • Black formatting
  • Misc changes

0.7.0

4 years ago
  • 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

0.6.9

4 years ago
  • Add VIPER device type support
  • Add APIResponseError string representation function