You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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?
The text was updated successfully, but these errors were encountered:
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.
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?
The text was updated successfully, but these errors were encountered: