jasonacox / tinytuya

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

Do not use hardcoded port number #366

Closed mschlenstedt closed 1 year ago

mschlenstedt commented 1 year ago

Removed hardcoded port number - in case someone would like to configure it (change it from 8888).

jasonacox commented 1 year ago

Good fix @mschlenstedt ! Thank you.