update config.mute_group in readme.

This commit is contained in:
onyx-and-iris 2022-09-21 10:12:04 +01:00
parent a4e9e430f9
commit 6aba201080

View File

@ -253,7 +253,6 @@ for example: `chlink1_2`, `buslink5_6` etc..
- `link_fader_mute`: bool
- `amixenable`: bool
- `amixlock`: bool
- `mute_group`: bool
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`
#### `mute_group`
tuple containing a class for each mute group
- `on`: bool, from 0 to 3
for example: `config.mutegroup[0].on = True`
### `Tests`
Unplug any expensive equipment before running tests.