Skip to content

Releases: purple4reina/gosundpy

v0.9.0

01 May 03:42
Compare
Choose a tag to compare

Features

  • Support for querying more than 20 devices at once.

Full Changelog: v0.8.0...v0.9.0

v0.8.0

16 Jul 23:20
Compare
Choose a tag to compare

Features

  • Throw GosundDeviceOfflineException when sending a command fails because it
    is offline. This is a subclass of the GosundException class that used to be
    raised in this scenario.

v0.7.0

12 Jul 00:32
Compare
Choose a tag to compare

Features

  • Add optional timeout to all Tuya API calls

v0.6.2

18 Jan 01:43
Compare
Choose a tag to compare

Bug Fixes

  • Make caching of Gosund.get_device_statuses optional via opt in and configurable

v0.6.1

17 Jan 10:15
Compare
Choose a tag to compare

Bug Fixes

  • Re-add GosundDevice.get_status method

v0.6.0

17 Jan 09:34
Compare
Choose a tag to compare

Features

  • Reduce the number of Tuya API calls by getting status of all devices at once.
  • Calling get_status on a device now attempts to cache the status for 60
    seconds. This cache is cleared any time a new device is looked up or
    send_commands is called.

v0.5.1

14 Jan 04:22
Compare
Choose a tag to compare

Bug Fixes

  • Improve release script for updating the CHANGELOG

v0.5.0

14 Jan 04:21
Compare
Choose a tag to compare

Features

  • Added motion sensor device
  • Added contact sensor device
  • Added light sensor device

v0.4.0

16 Dec 05:36
Compare
Choose a tag to compare

Features

  • Support for temperature and humidity sensors

v0.3.0

05 Nov 03:36
Compare
Choose a tag to compare

Features

  • Added improved logging