v1.6.1 - ThermostatDevice - User Contributed Device Module
What's Changed
- PyPI 1.6.1
- Cloud - Fix bug in
getdevices()
to import device mac addresses (same as wizard). - Break the Outlet/Cover/Bulb/Cloud modules out into separate files by @uzlonewolf in #142
- Fix logging calls in XenonDevice.detect_available_dps by @pkasprzyk in #144
- TinyTuya API Server - Add Cloud API syncing with auto-retry by @uzlonewolf in #147
- TinyTuya API Server - List registered but offline devices via
/offline
and web UI. - ThermostatDevice - First community contributed device module ThermostatDevice by @uzlonewolf in #146 - See example: examples/ThermostatDevice-example.py
# Example usage of community contributed device modules
from tinytuya import Contrib
thermo = Contrib.ThermostatDevice( 'abcdefghijklmnop123456', '172.28.321.475', '1234567890123abc' )
New Contributors
- @pkasprzyk made their first contribution in #144
Full Changelog: v1.6.0...v1.6.1