[bindings l-n] Fix deprecated tag "required" (#10420)

Signed-off-by: Laurent Garnier <lg.hc@free.fr>
This commit is contained in:
lolodomo
2021-03-30 21:33:23 +02:00
committed by GitHub
parent 62a0e7ac02
commit 843e8d2904
10 changed files with 20 additions and 46 deletions

View File

@@ -23,10 +23,9 @@
<representation-property>macAddress</representation-property>
<config-description uri="thing-type:magentatv:receiver">
<parameter name="ipAddress" type="text">
<parameter name="ipAddress" type="text" required="true">
<label>Device IP Address</label>
<description>IP address of the receiver</description>
<required>true</required>
<context>network-address</context>
</parameter>
<parameter name="accountName" type="text">
@@ -42,10 +41,9 @@
<label>User ID</label>
<description>Technical User ID required for pairing process</description>
</parameter>
<parameter name="udn" type="text">
<parameter name="udn" type="text" required="true">
<label>Unique Device Name</label>
<description>The UDN identifies the Media Receiver</description>
<required>true</required>
<advanced>true</advanced>
</parameter>
<parameter name="port" type="text">