Releases: purple4reina/gosundpy
Releases · purple4reina/gosundpy
v0.9.0
v0.8.0
Features
- Throw
GosundDeviceOfflineException
when sending a command fails because it
is offline. This is a subclass of theGosundException
class that used to be
raised in this scenario.
v0.7.0
Features
- Add optional timeout to all Tuya API calls
v0.6.2
Bug Fixes
- Make caching of
Gosund.get_device_statuses
optional via opt in and configurable
v0.6.1
Bug Fixes
- Re-add
GosundDevice.get_status
method
v0.6.0
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
Bug Fixes
- Improve release script for updating the CHANGELOG
v0.5.0
Features
- Added motion sensor device
- Added contact sensor device
- Added light sensor device
v0.4.0
Features
- Support for temperature and humidity sensors
v0.3.0
Features
- Added improved logging