[bindings s-z] Fix deprecated tag "required" (#10457)

Signed-off-by: Laurent Garnier <lg.hc@free.fr>
This commit is contained in:
lolodomo
2021-04-05 11:19:45 +02:00
committed by GitHub
parent 45ec538a40
commit 6e44b1ca15
12 changed files with 20 additions and 45 deletions

View File

@@ -9,10 +9,9 @@
<label>Smart Meter</label>
<description>The meter device to read the SML or IEC 62056-21 messages from</description>
<config-description>
<parameter name="port" type="text">
<parameter name="port" type="text" required="true">
<label>Serial Port</label>
<description>The device serial port (e.g. /dev/tty0 or COM1)</description>
<required>true</required>
<limitToOptions>false</limitToOptions>
<context>serial-port</context>
</parameter>