Releases: vinodsr/node-red-contrib-tuya-smart-device
5.2.0
5.0.0
4.1.1
- Fix retry timeout not set via command
- Fix state change issues with the state output of the node.
- Handled the TuyAPI unhandled exception( Thanks to @msillano)
- Check for connection before sending message
- Added troubleshooting section in README
Node Red : https://flows.nodered.org/node/node-red-contrib-tuya-smart-device
NPM JS : https://www.npmjs.com/package/node-red-contrib-tuya-smart-device
4.1.0
- Added CONTROL commands as input (CONNECT, DISCONNECT, RECONNECT)
- Seperate output node for device status and client status
- Dynamically set the find and retry timeout (Not saved permanently in the config)
- Disable auto connect on start
Node Red : https://flows.nodered.org/node/node-red-contrib-tuya-smart-device
NPM JS : https://www.npmjs.com/package/node-red-contrib-tuya-smart-device
4.0.1
- Renamed data event to dp-refresh (Tuya 7.1 changes)
Download : https://flows.nodered.org/node/node-red-contrib-tuya-smart-device
https://www.npmjs.com/package/node-red-contrib-tuya-smart-device
4.0.0
4.0.0
- Update to Tuya 7.1.0. Closes #51
Download : https://flows.nodered.org/node/node-red-contrib-tuya-smart-device
https://www.npmjs.com/package/node-red-contrib-tuya-smart-device
3.1.0
- Added support for catch node. If there a catch node in the flow, the tuya smart device node will not throw any error to the debug window. Implementing #47
Download : https://flows.nodered.org/node/node-red-contrib-tuya-smart-device
https://www.npmjs.com/package/node-red-contrib-tuya-smart-device
3.0.2
1.2.1
1.2.0
https://www.npmjs.com/package/node-red-contrib-tuya-smart-device
- Added a generic SET node which can be controller with message.payload. One node to set command for many devices. Thanks to @formatBCE for the suggestion.