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

@@ -19,6 +19,7 @@
<config-description>
<parameter name="usbPort" type="text" required="true">
<context>serial-port</context>
<limitToOptions>false</limitToOptions>
<label>USB Port</label>
<description>USB port the device is connected to i.e. /dev/ttyUSB0</description>
</parameter>