Skip to content

v1.1: Add the idle_command option, which lets you issue commands when the

Latest
Compare
Choose a tag to compare
@paladine paladine released this 30 Mar 21:36
· 2 commits to master since this release

Adds the following options:

  • bool idle_command
    • An idle command to send if nothing has been received by the script
  • uint32 idle_command_wait_milliseconds
    • How long to wait after not receiving a command to send the idle_command

Also changed the command line parameters. Configuration must now be passed using the --config option