v1.2.6 - Improved Error Handling
- 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()
andreceive()
- Updated scan output to include device Local Key if known (PR #49 #50)
- Fixed print typo in examples/devices.py (PR #51)