From 2a524b5f7ec23ea21ea14830be098e96a7d96cf8 Mon Sep 17 00:00:00 2001 From: Emeric Date: Fri, 2 Nov 2018 13:18:50 +0100 Subject: [PATCH] Update scsgate (#7332) --- source/_components/scsgate.markdown | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/source/_components/scsgate.markdown b/source/_components/scsgate.markdown index 30fa3c975f4..29cabe50ed0 100644 --- a/source/_components/scsgate.markdown +++ b/source/_components/scsgate.markdown @@ -23,9 +23,12 @@ scsgate: device: PATH_TO_DEVICE ``` -Configuration variables: - -- **device** (*Required*): The path to your device, e.g., `/dev/ttyACM0` +{% configuration %} +device: + description: The path to your device, e.g., `/dev/ttyACM0`. + required: true + type: string +{% endconfiguration %} ### {% linkable_title How to find the scs_id for your devices %}