diff options
author | cheapie <no-email-for-you@example.com> | 2021-02-21 03:50:59 -0600 |
---|---|---|
committer | cheapie <no-email-for-you@example.com> | 2021-02-21 03:50:59 -0600 |
commit | f0ce172302a02c854a52bae449e6dd4c4287f949 (patch) | |
tree | 393a106ed0feba7403018519d28ae004b265a56c /docs/timer.txt | |
parent | 39a7904f07b943c8ce464ec4486f208ff78ec109 (diff) | |
download | digistuff-f0ce172302a02c854a52bae449e6dd4c4287f949.tar digistuff-f0ce172302a02c854a52bae449e6dd4c4287f949.tar.gz digistuff-f0ce172302a02c854a52bae449e6dd4c4287f949.tar.bz2 digistuff-f0ce172302a02c854a52bae449e6dd4c4287f949.tar.xz digistuff-f0ce172302a02c854a52bae449e6dd4c4287f949.zip |
Split documentation from README out into separate files
Diffstat (limited to 'docs/timer.txt')
-rw-r--r-- | docs/timer.txt | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/docs/timer.txt b/docs/timer.txt new file mode 100644 index 0000000..70a380b --- /dev/null +++ b/docs/timer.txt @@ -0,0 +1,2 @@ +How to use the timer: +Send a number representing a time in seconds, from 0.5 to 3600. When the time expires, the timer will send "done" back on the same channel. If the loop feature is enabled (use the commands "loop_on" and "loop_off" to set this) the timer will automatically be set for the same time again each time it expires. |