mirror of
https://github.com/onyx-and-iris/xair-api-python.git
synced 2024-11-15 17:40:57 +00:00
update config.mute_group in readme.
This commit is contained in:
parent
a4e9e430f9
commit
6aba201080
@ -253,7 +253,6 @@ for example: `chlink1_2`, `buslink5_6` etc..
|
|||||||
- `link_fader_mute`: bool
|
- `link_fader_mute`: bool
|
||||||
- `amixenable`: bool
|
- `amixenable`: bool
|
||||||
- `amixlock`: bool
|
- `amixlock`: bool
|
||||||
- `mute_group`: bool
|
|
||||||
|
|
||||||
For the subclass `monitor` the following properties are available
|
For the subclass `monitor` the following properties are available
|
||||||
|
|
||||||
@ -268,6 +267,14 @@ For the subclass `monitor` the following properties are available
|
|||||||
|
|
||||||
for example: `config.monitor.chmode`
|
for example: `config.monitor.chmode`
|
||||||
|
|
||||||
|
#### `mute_group`
|
||||||
|
|
||||||
|
tuple containing a class for each mute group
|
||||||
|
|
||||||
|
- `on`: bool, from 0 to 3
|
||||||
|
|
||||||
|
for example: `config.mutegroup[0].on = True`
|
||||||
|
|
||||||
### `Tests`
|
### `Tests`
|
||||||
|
|
||||||
Unplug any expensive equipment before running tests.
|
Unplug any expensive equipment before running tests.
|
||||||
|
Loading…
Reference in New Issue
Block a user