Skip to content

Commit

Permalink
Update 0000-example-extension.md
Browse files Browse the repository at this point in the history
  • Loading branch information
neilsjefferies authored May 19, 2020
1 parent a7d3759 commit a3a84e1
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions docs/0000-example-extension.md
Original file line number Diff line number Diff line change
Expand Up @@ -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 ...

0 comments on commit a3a84e1

Please sign in to comment.