TuyaAPI / cli

🔧 A CLI for Tuya devices
MIT License
266 stars 43 forks source link

Fix link command #130

Closed codetheweb closed 3 years ago

codetheweb commented 3 years ago

The link sub-command is still using my custom OpenAPI package; meaning that it will not work with the new signature algorithm. Either my OpenAPI package needs to be updated with the new signing algorithm, or (ideally) @tuyapi/link is refactored to use the official API wrapper.

codetheweb commented 3 years ago

Fixed in v1.17.2.