Skip to content

v1.7.1 - Auto-IP Detection Enhancement

Compare
Choose a tag to compare
@jasonacox jasonacox released this 07 Oct 23:24
· 445 commits to master since this release

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

Full Changelog: v1.7.0...v1.7.1