Pysmartthings Versions Save

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

0.6.8

5 years ago

Release Notes

  • Update test dependencies
  • Add capabilities and well-known properties and methods for airConditionerFanMode and airFlowDirection and updated airConditionerMode to latest spec
  • Add scripts for generating capability and attribute constants from inventory.
  • Release under Apache Software License 2.0

0.6.7

5 years ago
  • Add Three Axis capability and well-known device attribute.
  • Updates apply_attribute_update to accept unit and data

0.6.6

5 years ago
  • Fix unawaited coroutine in set_air_conditioner_mode.

0.6.4

5 years ago
  • Adds support and well-known attributes/methods for the following capabilities: demandResponseLoadControl, execute, ocf, and powerConsumptionReport found in Samsung Air Conditioners.
  • Update test dependencies

0.6.3

5 years ago

Patch release to address an issue in OAuthToken.refresh that rendered it unusable.

0.6.2

5 years ago

Adds improvements to APIResponseError:

  • Provides access to the raw error data returned from the cloud
  • Introduces sugar to determine if the error is due to an issue with a webhook target (is_target_error())

0.6.1

5 years ago

Version 0.6.1 contains several new features and bug fixes. No breaking changes.

  1. Added legacy/deprecated thermostat capability to inventory
  2. Well-known attributes and device command methods for thermostat, lock, door, and window shades.
  3. Added ability to generate a new app client id and secret pair.
  4. Improved accessibility of the refresh token generation method.
  5. Additional minor bug-fixes

0.6.0

5 years ago

Attribute values now fully parsed (value, unit, data).

This is a breaking change to those using DeviceStatus.attributes as it now contains tuples of (value, unit, data). New property DeviceStatus.values has been added which replaces the previous implementation of attributes.

0.5.0

5 years ago
  • Fix for proper handling of device components (child devices)
  • Pulled out capabilities and attributes and fully populated.
  • Room support

0.4.2

5 years ago
  • Added device attribute/command wrappers for color control, color temperature, and fan control capabilities
  • Added Scene List and Execute operations