v1.7.1 - Auto-IP Detection Enhancement
What's Changed
- PyPI 1.7.1
- Add Climate device module and simple example for portable air conditioners by @fr3dz10 in #189 and #192
- Constructor and documentation updates by @uzlonewolf in #188
- Get local key from devices.json if not provided by @uzlonewolf in #187
- Rework device finding for auto-IP detection, and unpack_message() retcode fix by @uzlonewolf in #186
- Standardize indentation for code snippets in the README by @TheOnlyWayUp in #184
import tinytuya
# Specify only Device ID and tinytuya will scan for IP
# and lookup Device Local KEY from devices.json
d = tinytuya.OutletDevice( '0123456789abcdef0123' )
New Contributors
- @TheOnlyWayUp made their first contribution in #184
- @fr3dz10 made their first contribution in #189
Full Changelog: v1.7.0...v1.7.1