From 6aba201080c03b2e62ce4e15e098c3ad26d37dd3 Mon Sep 17 00:00:00 2001 From: onyx-and-iris <75868496+onyx-and-iris@users.noreply.github.com> Date: Wed, 21 Sep 2022 10:12:04 +0100 Subject: [PATCH] update config.mute_group in readme. --- README.md | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index d6c9ef6..ffbc824 100644 --- a/README.md +++ b/README.md @@ -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.