Starting with openHAB 3.3, the framework enforces using serial
ports which are detected by the system by default. This feature
is now disabled for the KNX addon to allow using symlinks to
ports as well.
Refers-to: openhab/openhab-core#3014
Signed-off-by: Holger Friedrich <mail@holger-friedrich.de>
<config-description>
<parameter name="serialPort" type="text" required="true">
<context>serial-port </context>
+ <limitToOptions>false</limitToOptions>
<label>Serial Port</label>
<description>The serial port to use for connecting to the KNX bus</description>
</parameter>