docs(ci): Update generated docs - 873eade [skip ci]

This commit is contained in:
Github Actions 2022-01-09 06:14:13 +00:00
parent 873eadec05
commit 63dfed1cf9
2 changed files with 2 additions and 2 deletions

View File

@ -1902,7 +1902,7 @@
"valueName": "inputVolumeDb",
"valueType": "Number",
"valueDescription": "Volume setting in dB",
"valueRestrictions": ">= -100, <= -26",
"valueRestrictions": ">= -100, <= 26",
"valueOptional": true,
"valueOptionalBehavior": "`inputVolumeMul` should be specified"
}

View File

@ -3194,7 +3194,7 @@ Sets the volume setting of an input.
| ---- | :---: | ----------- | :----------------: | ----------------- |
| inputName | String | Name of the input to set the volume of | None | N/A |
| ?inputVolumeMul | Number | Volume setting in mul | >= 0, <= 20 | `inputVolumeDb` should be specified |
| ?inputVolumeDb | Number | Volume setting in dB | >= -100, <= -26 | `inputVolumeMul` should be specified |
| ?inputVolumeDb | Number | Volume setting in dB | >= -100, <= 26 | `inputVolumeMul` should be specified |
---