Skip to content

v1.2.6 - Improved Error Handling

Compare
Choose a tag to compare
@jasonacox jasonacox released this 03 Jun 04:34
· 826 commits to master since this release
c3a94b8
  • PyPi Version 1.2.6
  • Added wizard handling to capture and display Tuya API server error responses (PR #45)
  • Added better error handling for BulbDevice state() function to not crash when dps values are missing in response (PR #46)
  • Added async examples using send() and receive()
  • Updated scan output to include device Local Key if known (PR #49 #50)
  • Fixed print typo in examples/devices.py (PR #51)