Skip to content

Commit d3d7392

Browse files
authored
Add default value of required tag (openhab#1519)
Signed-off-by: Fabian Wolter <[email protected]>
1 parent 5998e99 commit d3d7392

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

developers/bindings/config-xml.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ These must be inside the XML escape sequence - eg.
8282
<tr><td>parameter.max</td><td>The maximum value for numeric types, or the maximum length of strings. Note that the value of any options may be outside of this value (optional).</td></tr>
8383
<tr><td>parameter.step</td><td>The value granularity for a numeric value (optional).</td></tr>
8484
<tr><td>parameter.pattern</td><td>The regular expression for a text type (optional).</td></tr>
85-
<tr><td>parameter.required</td><td>Specifies whether the value is required (optional).</td></tr>
85+
<tr><td>parameter.required</td><td>Specifies whether the value is required (optional, default: false).</td></tr>
8686
<tr><td>parameter.readOnly</td><td>Specifies whether the value is read-only (optional).</td></tr>
8787
<tr><td>parameter.multiple</td><td>Specifies whether multiple selections of options are allowed (optional).</td></tr>
8888
<tr><td>parameter.groupName</td><td>Sets a group name for this parameter (optional).</td></tr>

0 commit comments

Comments
 (0)