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

Fix _process_message() missing params #266 #267

Closed jasonacox closed 1 year ago

jasonacox commented 1 year ago

The minresponse and decode_response parameters are not being passed from _send_receive() to _process_message(). This adds those parameters.

uzlonewolf commented 1 year ago

Looks good to me. Technically minresponse is no longer used and can be omitted, but there's no harm in having it.

jasonacox commented 1 year ago

Thanks @uzlonewolf ! I'll rev us to 1.10.1 and add the BubDevice patch as well before releasing to PyPI.