add missing parameters in config.monitor

This commit is contained in:
onyx-and-iris 2022-11-08 16:52:00 +00:00
parent 4973eb3215
commit fb8d3dee75

View File

@ -269,12 +269,14 @@ For the subclass `monitor` the following properties are available
- `level`: float, -inf to 10.0 - `level`: float, -inf to 10.0
- `source`: int, from 0 to 14 - `source`: int, from 0 to 14
- `chmode` bool - `sourcetrim`: float, from -18.0 to 18.0
- `busmode` bool - `chmode`: bool
- `dim` bool - `busmode`: bool
- `mono` bool - `dim`: bool
- `mute` bool - `dimgain`: float, from -40.0 to 0.0
- `dimfpl` bool - `mono`: bool
- `mute`: bool
- `dimfpl`: bool
for example: `config.monitor.chmode` for example: `config.monitor.chmode`