Added details for device scanning
This commit is contained in:
parent
13a19c7877
commit
29f47affba
1 changed files with 3 additions and 1 deletions
4
README
4
README
|
|
@ -17,6 +17,8 @@ TODO:
|
||||||
|
|
||||||
See 'example.mim' for an example config file
|
See 'example.mim' for an example config file
|
||||||
|
|
||||||
|
To scan for devices use `$ aseqdump -l`
|
||||||
|
To scan a device's inputs use `$ aseqdump -p <client name>`
|
||||||
|
|
||||||
-- COMMAND FORMAT --
|
-- COMMAND FORMAT --
|
||||||
|
|
||||||
|
|
@ -44,7 +46,7 @@ name=<name>
|
||||||
commands=[<command>,<command>]
|
commands=[<command>,<command>]
|
||||||
}
|
}
|
||||||
-
|
-
|
||||||
*name: string referring to client name of the device ($ aseqdump -l)
|
*name: string referring to client name of the device
|
||||||
|
|
||||||
- command format (global):
|
- command format (global):
|
||||||
{
|
{
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue