[knx] Allow all port names for serial interfaces (#13019)

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>
This commit is contained in:
Holger Friedrich 2022-06-26 17:22:56 +02:00 committed by GitHub
parent e9afa9f08a
commit 7c81a3db2f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -10,6 +10,7 @@
<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>