From a3a84e10d340e502ce9b76f8675d175b0496b7d0 Mon Sep 17 00:00:00 2001 From: neilsjefferies <37909475+neilsjefferies@users.noreply.github.com> Date: Tue, 19 May 2020 09:32:57 +0100 Subject: [PATCH] Update 0000-example-extension.md --- docs/0000-example-extension.md | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) diff --git a/docs/0000-example-extension.md b/docs/0000-example-extension.md index 38eca6f..25fe4a7 100644 --- a/docs/0000-example-extension.md +++ b/docs/0000-example-extension.md @@ -11,6 +11,24 @@ This extension is but an example and has no content, but if it did the content would be summarized in a paragraph here. +## Parameters + +* name: firstExampleParameter + * description: a mandatory 8 bit unsigned value + * type: integer + * range: 0,255 + * default: +* name: secondExampleParameter + * description: an optional 64 character long string, defaulting to "Not applicable", if omitted. + * type: string + * range: 64 + * default: "Not applicable" +* name: thirdExampleParameter + * description: An example enumerated parameter + * type: enumerated + * range: "Red","Yellow","Orange","Green","Blue","Indigo","Violet" + * default: "Green" + ## Other Sections Providing Details, Examples, etc. ... more in here ...