]> git.basschouten.com Git - openhab-addons.git/commitdiff
[knx] Allow all port names for serial interfaces (#13019)
authorHolger Friedrich <holgerfriedrich@users.noreply.github.com>
Sun, 26 Jun 2022 15:22:56 +0000 (17:22 +0200)
committerGitHub <noreply@github.com>
Sun, 26 Jun 2022 15:22:56 +0000 (17:22 +0200)
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>
bundles/org.openhab.binding.knx/src/main/resources/OH-INF/thing/serial.xml

index f01503e413b11adb67538ffec58a4f2e45dd9924..4357d0ef9b1dcfe925db70e22284b63870d2530d 100644 (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>