Update Gc100 component configuration variable (#6879)

* Update Gc100 component configuration variable

* Minor change
This commit is contained in:
Klaas Schoute 2018-10-17 09:29:15 +02:00 committed by Fabian Affolter
parent 8791c0d26d
commit d1051028f0

View File

@ -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 %}