[miele] Fix deprecated tag "required" (#10369)
Signed-off-by: Laurent Garnier <lg.hc@free.fr>
This commit is contained in:
parent
cdd99c9e5b
commit
5c3941e0ad
|
@ -23,10 +23,9 @@
|
|||
</channels>
|
||||
|
||||
<config-description>
|
||||
<parameter name="uid" type="text">
|
||||
<parameter name="uid" type="text" required="true">
|
||||
<label>ID</label>
|
||||
<description>The identifier identifies one certain appliance on the ZigBee network.</description>
|
||||
<required>true</required>
|
||||
</parameter>
|
||||
</config-description>
|
||||
</thing-type>
|
||||
|
|
|
@ -26,10 +26,9 @@
|
|||
</channels>
|
||||
|
||||
<config-description>
|
||||
<parameter name="uid" type="text">
|
||||
<parameter name="uid" type="text" required="true">
|
||||
<label>ID</label>
|
||||
<description>The identifier identifies one certain appliance on the ZigBee network.</description>
|
||||
<required>true</required>
|
||||
</parameter>
|
||||
</config-description>
|
||||
|
||||
|
|
|
@ -23,10 +23,9 @@
|
|||
</channels>
|
||||
|
||||
<config-description>
|
||||
<parameter name="uid" type="text">
|
||||
<parameter name="uid" type="text" required="true">
|
||||
<label>ID</label>
|
||||
<description>The identifier identifies one certain appliance on the ZigBee network.</description>
|
||||
<required>true</required>
|
||||
</parameter>
|
||||
</config-description>
|
||||
|
||||
|
|
|
@ -28,10 +28,9 @@
|
|||
</channels>
|
||||
|
||||
<config-description>
|
||||
<parameter name="uid" type="text">
|
||||
<parameter name="uid" type="text" required="true">
|
||||
<label>ID</label>
|
||||
<description>The identifier identifies one certain appliance on the ZigBee network.</description>
|
||||
<required>true</required>
|
||||
</parameter>
|
||||
</config-description>
|
||||
|
||||
|
|
|
@ -36,10 +36,9 @@
|
|||
</channels>
|
||||
|
||||
<config-description>
|
||||
<parameter name="uid" type="text">
|
||||
<parameter name="uid" type="text" required="true">
|
||||
<label>ID</label>
|
||||
<description>The identifier identifies one certain appliance on the ZigBee network.</description>
|
||||
<required>true</required>
|
||||
</parameter>
|
||||
</config-description>
|
||||
|
||||
|
|
|
@ -21,10 +21,9 @@
|
|||
</channels>
|
||||
|
||||
<config-description>
|
||||
<parameter name="uid" type="text">
|
||||
<parameter name="uid" type="text" required="true">
|
||||
<label>ID</label>
|
||||
<description>The identifier identifies the appliance on the ZigBee network.</description>
|
||||
<required>true</required>
|
||||
</parameter>
|
||||
</config-description>
|
||||
</thing-type>
|
||||
|
|
|
@ -32,10 +32,9 @@
|
|||
</channels>
|
||||
|
||||
<config-description>
|
||||
<parameter name="uid" type="text">
|
||||
<parameter name="uid" type="text" required="true">
|
||||
<label>ID</label>
|
||||
<description>The identifier identifies one certain appliance on the ZigBee network.</description>
|
||||
<required>true</required>
|
||||
</parameter>
|
||||
</config-description>
|
||||
|
||||
|
|
|
@ -28,10 +28,9 @@
|
|||
</channels>
|
||||
|
||||
<config-description>
|
||||
<parameter name="uid" type="text">
|
||||
<parameter name="uid" type="text" required="true">
|
||||
<label>ID</label>
|
||||
<description>The identifier identifies one certain appliance on the ZigBee network.</description>
|
||||
<required>true</required>
|
||||
</parameter>
|
||||
</config-description>
|
||||
|
||||
|
|
|
@ -29,10 +29,9 @@
|
|||
</channels>
|
||||
|
||||
<config-description>
|
||||
<parameter name="uid" type="text">
|
||||
<parameter name="uid" type="text" required="true">
|
||||
<label>ID</label>
|
||||
<description>The identifier identifies one certain appliance on the ZigBee network.</description>
|
||||
<required>true</required>
|
||||
</parameter>
|
||||
</config-description>
|
||||
</thing-type>
|
||||
|
|
|
@ -14,31 +14,27 @@
|
|||
</properties>
|
||||
|
||||
<config-description>
|
||||
<parameter name="ipAddress" type="text">
|
||||
<parameter name="ipAddress" type="text" required="true">
|
||||
<context>network-address</context>
|
||||
<label>Network Address</label>
|
||||
<description>Network address of the Miele@home gateway.</description>
|
||||
<required>true</required>
|
||||
</parameter>
|
||||
<parameter name="interface" type="text">
|
||||
<parameter name="interface" type="text" required="true">
|
||||
<context>network-address</context>
|
||||
<label>Network Address of the Multicast Interface</label>
|
||||
<description>Network address of openHAB host interface where the binding will listen for multicast events coming
|
||||
from the Miele@home gateway</description>
|
||||
<required>true</required>
|
||||
</parameter>
|
||||
<parameter name="userName" type="text">
|
||||
<parameter name="userName" type="text" required="false">
|
||||
<label>Username</label>
|
||||
<description>
|
||||
Name of a registered Miele@home user.
|
||||
</description>
|
||||
<required>false</required>
|
||||
</parameter>
|
||||
<parameter name="password" type="text">
|
||||
<parameter name="password" type="text" required="false">
|
||||
<context>password</context>
|
||||
<label>Password</label>
|
||||
<description>Password for the registered Miele@home</description>
|
||||
<required>false</required>
|
||||
</parameter>
|
||||
</config-description>
|
||||
</bridge-type>
|
||||
|
|
Loading…
Reference in New Issue