tzapu / node-red-contrib-blynk-websockets

MIT License
35 stars 12 forks source link

Virtual Pin Read Event Problem #14

Open yonas124 opened 7 years ago

yonas124 commented 7 years ago

Hi tzapu,

When I wire "Read Event" of virtual pin 0 to debug, the payload is 0 When I wire "Read Event" of virtual pin 1 to debug, the payload is 1 Is this the normal behavior of the node?

jmikerq commented 7 years ago

In the source code, I can see that @tzapu only send out the "pin" in the payload, instead of the pin status( like the "value" field) in the incoming message. In my opinion, the "value" field might be more meaningful when sending data over blynk.