exred_node_trigger v0.1.32 Exred.Node.Trigger

Exred node prototype to trigger other nodes. It simply sends a message at regular intervals.

If the interval is set to 0 it’ll only send if it is manually triggered from the UI.

Inputs

none

Outputs

payload: the configured payload of the message

Configuration

interval: interval between two messages (in milliseconds)

payload: the message payload to be sent

Link to this section Summary

Link to this section Functions

Link to this function add_out_node(pid, new_out)
Link to this function child_spec(arg)

Returns a specification to start this module under a supervisor.

See Supervisor.

Link to this function get_default_config()
Link to this function set_out_nodes(pid, out_nodes)
Link to this function start_link(list)