Pull up values from a device

Hi,
I am using two device (2 nodemcu’s) and they are connected to one app. I want to pull up some virtual pin readings from device 1 and use those readings in device 2. Is it possible if i could do that.

Thanks

Definitely possible. You will need the Bridge Widget. Check for information in the DOCS, and some example code in the Sketch Builder. If you run into trouble I am sure the community can help.

2 Likes

You can also do that via webhooks. But it will be more complex than bridge :slight_smile:

1 Like

Thanks alot

thanks…i will try bridge widget first and then will see web hooks. Thanks for your reply