gablau / node-red-contrib-blynk-ws

Old/Legacy Blynk library implementation for Node-RED using WebSockets
MIT License
31 stars 10 forks source link

Vpin settings not remembered first time around #12

Closed Peterkn2001 closed 5 years ago

Peterkn2001 commented 5 years ago

I'm using v0.9.1, but not sure if this existed in earlier versions.

If you drag a new Blynk node onto a flow, double-click and set the virtual pin number then click 'Done', the virtual pin always reverts to '0'. Double-clicking and editing the node to the required Vpin number and clicking 'Done` updates the node to the correct setting.

Virtual Pin set to 4:

image

but it reverts to 0 when you click 'Done': image

Editing and changing back to 4 again solves the problem: image

Pete.

gablau commented 5 years ago

Hi Pete, thanks for reporting, i corrected the problem. The fix will be published in the next release.

Peterkn2001 commented 5 years ago

Thanks!