diff options
| author | Selene ToyKeeper | 2018-11-16 00:30:01 -0700 |
|---|---|---|
| committer | Selene ToyKeeper | 2018-11-16 00:30:01 -0700 |
| commit | 07eaddd4eee9756ac2ec3054e768d160037832f7 (patch) | |
| tree | 7f15d8741411a8486d394482fbf87583b5587be9 /spaghetti-monster/baton/baton.txt | |
| parent | merged flash-safer branch (clean up flash/build scripts and make flashing les... (diff) | |
| parent | Made event definitions a little cleaner. (diff) | |
| download | anduril-07eaddd4eee9756ac2ec3054e768d160037832f7.tar.gz anduril-07eaddd4eee9756ac2ec3054e768d160037832f7.tar.bz2 anduril-07eaddd4eee9756ac2ec3054e768d160037832f7.zip | |
merged recent fsm branch updates
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. + |
