Receive Node
This node allows receiving events or the new values of variables.

The node has only an output that sends the event or the new value of the variable in the msg.payload
. It is possible to receive all messages or filter only the desired ones.

If the domain is set to All
, the event/variable will be stored in its domain. If a domain is specified, the event/variables will be directly in the payload.
Tips
To know the value types of variables, you can refer to this section: Variables Definitions