Don't limit serial port options (#12572)

* Don't limit serial port options

Related to openhab/openhab-core#2798

* [herzborg] Remove default value for serial port parameter

Signed-off-by: Laurent Garnier <lg.hc@free.fr>
This commit is contained in:
lolodomo
2022-04-04 21:48:09 +02:00
committed by GitHub
parent 2a2389a7e5
commit 2202e0b56e
14 changed files with 13 additions and 2 deletions

View File

@@ -41,6 +41,7 @@
<config-description>
<parameter name="serialPort" type="text" required="true">
<context>serial-port</context>
<limitToOptions>false</limitToOptions>
<label>RS485 Interface Serial Port</label>
<description>The serial port name for the RS485 interfaces. Valid values are e.g. COM1 for Windows and /dev/ttyS0 or
/dev/ttyUSB0 for Linux.</description>