update docs

This commit is contained in:
Alexey Rybalchenko
2019-02-07 13:38:27 +01:00
committed by Dennis Klein
parent fc94342db8
commit ec519cb318
3 changed files with 6 additions and 5 deletions

View File

@@ -31,14 +31,15 @@ The state machine can be querried and controlled via `GetCurrentStateName()` and
If the device is running in interactive mode (default), states can be changed via keyboard input:
- `'h'` - help
- `'p'` - pause
- `'r'` - run
- `'s'` - stop
- `'t'` - reset task
- `'d'` - reset device
- `'q'` - end
- `'j'` - init task
- `'i'` - init device
- `'i'` - initialize
- `'b'` - bind
- `'x'` - connect
Without the interactive mode, for example for a run in background, two other control mechanisms are available: