vinodsr / node-red-contrib-tuya-smart-device

a node-red module for managing tuya smart devices
https://flows.nodered.org/node/node-red-contrib-tuya-smart-device
MIT License
43 stars 15 forks source link

Fixes type error for the find and retry timeout #44

Closed vinodsr closed 3 years ago

vinodsr commented 3 years ago

When the find and retry time out are number in format, then it will cause a error on the .trim() function .

Closes #43