[bindings a-k] Fix deprecated tag "required" (#10410)

Signed-off-by: Laurent Garnier <lg.hc@free.fr>
This commit is contained in:
lolodomo
2021-03-29 22:00:06 +02:00
committed by GitHub
parent 89ae8afa49
commit bd56fd8e5d
18 changed files with 22 additions and 50 deletions

View File

@@ -38,10 +38,9 @@
</channels>
<config-description>
<parameter name="channelId" type="integer" min="1" max="15" step="1" readOnly="true">
<parameter name="channelId" type="integer" min="1" max="15" step="1" readOnly="true" required="true">
<label>Channel ID</label>
<description>The id of this channel.</description>
<required>true</required>
</parameter>
</config-description>
</thing-type>