Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Code Block
msg.payload.waitSettings = {
        mode: 'dynamic',
        wpm: 165
};
return msg;

The mode can be dynamic or static.

...