[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

@@ -88,10 +88,9 @@
<description>Represents a device</description>
<config-description>
<parameter name="patternMatch" type="text">
<parameter name="patternMatch" type="text" required="true">
<label>Patern Match</label>
<context>pattern-match</context>
<required>true</required>
<description>Regular expression used to identify device from received data (must match the whole line)</description>
</parameter>
</config-description>