[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

@@ -72,10 +72,9 @@
<label>Text Value</label>
<state readOnly="true"/>
<config-description>
<parameter name="property" type="text">
<parameter name="property" type="text" required="true">
<label>Property</label>
<description>The Property of the Device.</description>
<required>true</required>
</parameter>
</config-description>
</channel-type>
@@ -85,10 +84,9 @@
<label>Number Value</label>
<state readOnly="true"/>
<config-description>
<parameter name="property" type="text">
<parameter name="property" type="text" required="true">
<label>Property</label>
<description>The Property of the Device.</description>
<required>true</required>
</parameter>
</config-description>
</channel-type>