Auto Mode instructions

Issue #8 resolved
blakeca00 repo owner created an issue

Add a page that gives command syntax for enabling auto mode with cron.

Daily rotation @ 0700 hrs:

0 7 * * *  keyup --profile johndoe --operation up --auto

Weekly Rotation every Sat 10:00 AM:

0 10 * * 6  KEYUP=$(which keyup);  $KEYUP --profile johndoe --operation up --auto

Comments (4)

  1. Log in to comment