jasonacox / tinytuya

Python API for Tuya WiFi smart devices using a direct local area network (LAN) connection or the cloud (TuyaCloud API).
MIT License
937 stars 167 forks source link

Delay off - replace thread & sleep with threading.timer #243

Closed cowboy3d closed 1 year ago

cowboy3d commented 1 year ago

I just did a small optimization to the merged code - replaced thread & sleep with a threading.timer.

jasonacox commented 1 year ago

Thanks @cowboy3d !