From d1051028f02df7d8cedc79213d3db428b7ec8f1c Mon Sep 17 00:00:00 2001 From: Klaas Schoute Date: Wed, 17 Oct 2018 09:29:15 +0200 Subject: [PATCH] Update Gc100 component configuration variable (#6879) * Update Gc100 component configuration variable * Minor change --- source/_components/gc100.markdown | 15 +++++++++++---- 1 file changed, 11 insertions(+), 4 deletions(-) diff --git a/source/_components/gc100.markdown b/source/_components/gc100.markdown index 43d74d72b7c..1899560f492 100644 --- a/source/_components/gc100.markdown +++ b/source/_components/gc100.markdown @@ -25,7 +25,14 @@ gc100: port: 4998 ``` -Configuration variables: - -- **host** (*Required*): The hostname/IP address of your GC100 device. -- **port** (*Optional*): The port on which the GC100 is listening. +{% configuration %} +host: + description: The hostname or IP address of your GC100 device. + required: true + type: string +port: + description: The port on which the GC100 is listening. + required: false + default: 4998 + type: integer +{% endconfiguration %}