[bindings o-r] Fix deprecated tag "required" (#10452)

Signed-off-by: Laurent Garnier <lg.hc@free.fr>
This commit is contained in:
lolodomo
2021-04-03 21:57:54 +02:00
committed by GitHub
parent e2877fac83
commit a89e1788f2
9 changed files with 10 additions and 26 deletions

View File

@@ -36,12 +36,11 @@
</channels>
<config-description>
<parameter name="port" type="text">
<parameter name="port" type="text" required="true">
<label>Serial Port</label>
<context>serial-port</context>
<limitToOptions>false</limitToOptions>
<description>Serial Port the RME Rain Manager is connected to</description>
<required>true</required>
</parameter>
</config-description>
</thing-type>