ClusterM / tuyanet

.NET library to interface with Tuya WiFi smart devices over LAN.
GNU General Public License v3.0
61 stars 10 forks source link

Add support protocol version 3.4 #5

Open 2m0nd opened 11 months ago

2m0nd commented 11 months ago

I bought new device with protocol 3.4, and i needed to add support new protocol in this library.

2m0nd commented 11 months ago

I used this implementation https://github.com/codetheweb/tuyapi/tree/master for understand new protocol.

EgorTrutnev commented 5 months ago

I checked the functionality on the Tuya v3.4 device. It is perfectly. Thank you