diff options
| author | Selene ToyKeeper | 2018-10-15 15:08:17 -0600 |
|---|---|---|
| committer | Selene ToyKeeper | 2018-10-15 15:08:17 -0600 |
| commit | 565fb109ec5e7cf195914834523b1723da374e40 (patch) | |
| tree | 1b90aaaa3cca5adb67472caa1ed48c413af2221d /spaghetti-monster/baton/baton.txt | |
| parent | Moved "off" mode's aux LED to config to "7 clicks from off". (diff) | |
| download | anduril-565fb109ec5e7cf195914834523b1723da374e40.tar.gz anduril-565fb109ec5e7cf195914834523b1723da374e40.tar.bz2 anduril-565fb109ec5e7cf195914834523b1723da374e40.zip | |
cleaned up fsm baton UI a little, added a short manual
Diffstat (limited to 'spaghetti-monster/baton/baton.txt')
| -rw-r--r-- | spaghetti-monster/baton/baton.txt | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/spaghetti-monster/baton/baton.txt b/spaghetti-monster/baton/baton.txt new file mode 100644 index 0000000..2f0c22f --- /dev/null +++ b/spaghetti-monster/baton/baton.txt @@ -0,0 +1,21 @@ +This is a very simple clone of the Olight Baton interface. It is not +exact, but it has the basics. Mostly, it exists for the purposes of +demonstrating how to create interfaces in FSM. + +While off: + + - 1 click: Turn on (at memorized level). + - Hold: Turn on (at moon level). + - 2 clicks: Turn on (at highest level). + - 4 clicks: Soft lockout mode. + +While on: + + - 1 click: Turn off. + - Hold: Change the brightness. Goes up in steps, then wraps around. + - 2 clicks: Go to/from highest level. + +While locked: + + - 4 clicks: Exit lockout mode. + |
