From 63dfed1cf97e3aff4d1eabcafefa93466b1f46f4 Mon Sep 17 00:00:00 2001 From: Github Actions <> Date: Sun, 9 Jan 2022 06:14:13 +0000 Subject: [PATCH] docs(ci): Update generated docs - 873eade [skip ci] --- docs/generated/protocol.json | 2 +- docs/generated/protocol.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/generated/protocol.json b/docs/generated/protocol.json index e02d88b3..263ca6be 100644 --- a/docs/generated/protocol.json +++ b/docs/generated/protocol.json @@ -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" } diff --git a/docs/generated/protocol.md b/docs/generated/protocol.md index af13f0c4..d50d8fbf 100644 --- a/docs/generated/protocol.md +++ b/docs/generated/protocol.md @@ -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 | ---