[bindings s-z] Fix deprecated tag "required" (#10457)

Signed-off-by: Laurent Garnier <lg.hc@free.fr>
This commit is contained in:
lolodomo
2021-04-05 11:19:45 +02:00
committed by GitHub
parent 45ec538a40
commit 6e44b1ca15
12 changed files with 20 additions and 45 deletions

View File

@@ -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>