[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

@@ -27,20 +27,18 @@
<representation-property>ownId</representation-property>
<config-description>
<parameter name="shutterRun" type="text">
<parameter name="shutterRun" type="text" required="true">
<label>Shutter Run</label>
<description>Time (in ms) to go from max position (e.g. CLOSED) to the other position (e.g. OPEN). Example: 12000
(=12sec).
Use AUTO (default) to calibrate the shutter automatically (UP->DOWN->Position%) the first time a Position
command (%)
is sent.</description>
<required>true</required>
<default>AUTO</default>
</parameter>
<parameter name="where" type="text">
<parameter name="where" type="text" required="true">
<label>OpenWebNet Device Address (where)</label>
<description>It identifies one ZigBee device. Example: 765432101#9</description>
<required>true</required>
</parameter>
</config-description>