[bindings s-z] Fix deprecated tag "required" (#10457)
Signed-off-by: Laurent Garnier <lg.hc@free.fr>
This commit is contained in:
@@ -13,11 +13,10 @@
|
||||
</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>
|
||||
<required>true</required>
|
||||
<description>The serial port that the button is connected to</description>
|
||||
</parameter>
|
||||
</config-description>
|
||||
|
||||
Reference in New Issue
Block a user