AutoBroadcast

broadcast.yml

shuffle

If shuffled is set to true, the messages are sent randomly. If shuffled is set to false, the messages are sent in sequence.

shuffled: true

intervall

The interval indicates when a message is sent.

# intervall in seconds
intervall: 300

Default configuration

broadcast.yml

random:
  shuffled: true
  # intervall in seconds
  intervall: 300

Last updated