[bindings o-r] Fix deprecated tag "required" ()

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
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
9 changed files with 10 additions and 26 deletions
bundles
org.openhab.binding.oceanic/src/main/resources/OH-INF/thing
org.openhab.binding.onewiregpio/src/main/resources/OH-INF/thing
org.openhab.binding.onkyo/src/main/resources/OH-INF/binding
org.openhab.binding.openwebnet/src/main/resources/OH-INF/thing
org.openhab.binding.orvibo/src/main/resources/OH-INF/thing
org.openhab.binding.paradoxalarm/src/main/resources/OH-INF/thing
org.openhab.binding.phc/src/main/resources/OH-INF/thing
org.openhab.binding.pilight/src/main/resources/OH-INF/thing
org.openhab.binding.rme/src/main/resources/OH-INF/thing

@ -59,7 +59,6 @@
</parameter>
<parameter name="portNumber" type="integer" required="true">
<description>Port number of the network proxy</description>
<required>false</required>
<label>Port</label>
</parameter>
<parameter name="interval" type="decimal" required="true">

@ -26,7 +26,6 @@
<parameter name="precision" type="integer" min="0" max="3">
<label>Sensor Precision</label>
<description>Sensor precision after floating point.</description>
<required>false</required>
<default>3</default>
</parameter>

@ -10,7 +10,6 @@
<parameter name="callbackUrl" type="text">
<label>Callback URL</label>
<description>url to use for playing notification sounds, e.g. http://192.168.0.2:8080</description>
<required>false</required>
</parameter>
</config-description>
</binding:binding>

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

@ -14,7 +14,6 @@
<parameter name="deviceId" type="text" required="true">
<label>MAC Address</label>
<description>The MAC address identifies a specific S20 Socket.</description>
<required>true</required>
</parameter>
</config-description>

@ -27,7 +27,6 @@
<label>IP150 Password</label>
<description>Password for accessing IP150</description>
<context>password</context>
<required>true</required>
</parameter>
<parameter name="pcPassword" type="text" required="true">
<label>PC Password</label>
@ -39,7 +38,6 @@
<label>Network Address</label>
<description>IP address or host name of IP150</description>
<context>network-address</context>
<required>true</required>
</parameter>
<parameter name="port" type="integer" required="true">
<label>Port</label>

@ -10,10 +10,9 @@
STM.</description>
<config-description>
<parameter name="port" type="text">
<parameter name="port" type="text" required="true">
<label>Serial Port</label>
<description>Serial Port the PHC modules are connected to</description>
<required>true</required>
<context>serial-port</context>
<limitToOptions>false</limitToOptions>
</parameter>
@ -35,10 +34,9 @@
</channel-groups>
<config-description>
<parameter name="address" type="text" pattern="[0-1]{5}" min="5" max="5">
<parameter name="address" type="text" pattern="[0-1]{5}" min="5" max="5" required="true">
<label>Address</label>
<description>Address of the module as binary, like the DIP switches.</description>
<required>true</required>
</parameter>
</config-description>
@ -58,10 +56,9 @@
</channel-groups>
<config-description>
<parameter name="address" type="text" pattern="[0-1]{5}" min="5" max="5">
<parameter name="address" type="text" pattern="[0-1]{5}" min="5" max="5" required="true">
<label>Address</label>
<description>Address of the module as binary, like the DIP switches.</description>
<required>true</required>
</parameter>
</config-description>
</thing-type>
@ -80,10 +77,9 @@
</channel-groups>
<config-description>
<parameter name="address" type="text" pattern="[0-1]{5}" min="5" max="5">
<parameter name="address" type="text" pattern="[0-1]{5}" min="5" max="5" required="true">
<label>Address</label>
<description>Address of the module as binary, like the DIP switches.</description>
<required>true</required>
</parameter>
<parameter name="upDownTime1" type="integer" min="1" max="65535">
<advanced>true</advanced>
@ -125,10 +121,9 @@
</channel-groups>
<config-description>
<parameter name="address" type="text" pattern="[0-1]{5}" min="5" max="5">
<parameter name="address" type="text" pattern="[0-1]{5}" min="5" max="5" required="true">
<label>Address</label>
<description>Address of the module as binary, like the DIP switches.</description>
<required>true</required>
</parameter>
<parameter name="dimTime1" type="integer" min="1" max="255">
<advanced>true</advanced>

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

@ -36,12 +36,11 @@
</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>
<description>Serial Port the RME Rain Manager is connected to</description>
<required>true</required>
</parameter>
</config-description>
</thing-type>