Channel [Component]
Inside the component, you can use the Send response to send a message and this can be received by a Receive trigger outside the component. This also works the other way around. Refer to Components for more information.
Channel [ProtoPie Studio]
Select ProtoPie Studio as a channel to allow interactions among devices.
Channel [Android Broadcast]
Android Broadcast allows prototypes on Android devices to communicate with other Android apps and external hardware. Refer to Interacting with other Android apps for more information.
Channel [Current Scene]
To modularize interactions or reuse a set of responses avoiding repetitive work, you can use Receive triggers and Send responses in one scene.
Message
A message is a string that is transmitted. When the message in the Receive trigger on one device matches the message in the Send response, interactions among devices can take place.
Assign to Variable
It is possible to send a value together with a message. This value would have to be assigned to a variable upon receiving.
