mirror of
https://github.com/openhab/openhab-addons.git
synced 2025-01-10 23:22:02 +01:00
[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:
parent
e9afa9f08a
commit
7c81a3db2f
@ -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>
|
||||
|
Loading…
Reference in New Issue
Block a user