From da039524fc670a86c54b210b52c5a88f9a81df3c Mon Sep 17 00:00:00 2001 From: Matt Snyder Date: Tue, 24 Mar 2020 10:14:51 -0500 Subject: [PATCH] QVR Pro Add Port Specification (#12464) * Add port option * :pencil2: Change type Co-authored-by: Klaas Schoute --- source/_integrations/qvr_pro.markdown | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/source/_integrations/qvr_pro.markdown b/source/_integrations/qvr_pro.markdown index 07289cddc11..567fe1ce963 100644 --- a/source/_integrations/qvr_pro.markdown +++ b/source/_integrations/qvr_pro.markdown @@ -42,6 +42,10 @@ password: description: The password for accessing your QVR account. required: true type: string +port: + description: The port where QVR accepts connections. + required: false + type: integer exclude_channels: description: Comma separated list of channel numbers to be excluded. required: false