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

Protocol 3.4 not supported #4

Open Oberuks opened 1 year ago

Oberuks commented 1 year ago

Devices with protocol version 3.3 work fine, but it doesn't work with 3.4. It looks like the 3.4 protocol issue has been resolved for JS: https://github.com/codetheweb/tuyapi/blob/master/lib/message-parser.js Perhaps this will shorten the time for research protocol 3.4.

2m0nd commented 11 months ago

I added support in this PR https://github.com/ClusterM/tuyanet/pull/5