diff --git a/bundles/org.openhab.binding.benqprojector/src/main/resources/OH-INF/thing/thing-types.xml b/bundles/org.openhab.binding.benqprojector/src/main/resources/OH-INF/thing/thing-types.xml index 4bf987650..b8e99384f 100644 --- a/bundles/org.openhab.binding.benqprojector/src/main/resources/OH-INF/thing/thing-types.xml +++ b/bundles/org.openhab.binding.benqprojector/src/main/resources/OH-INF/thing/thing-types.xml @@ -23,6 +23,7 @@ serial-port + false Serial Port to Use for Connecting to the BenQ Projector diff --git a/bundles/org.openhab.binding.caddx/src/main/resources/OH-INF/thing/bridge.xml b/bundles/org.openhab.binding.caddx/src/main/resources/OH-INF/thing/bridge.xml index 663cb0b53..0d353f670 100644 --- a/bundles/org.openhab.binding.caddx/src/main/resources/OH-INF/thing/bridge.xml +++ b/bundles/org.openhab.binding.caddx/src/main/resources/OH-INF/thing/bridge.xml @@ -18,6 +18,7 @@ serial-port + false The serial port name for the communication. Valid values are e.g. COM1 for Windows and /dev/ttyS0 or diff --git a/bundles/org.openhab.binding.comfoair/src/main/resources/OH-INF/config/config.xml b/bundles/org.openhab.binding.comfoair/src/main/resources/OH-INF/config/config.xml index 7210e8a48..5f5f08444 100644 --- a/bundles/org.openhab.binding.comfoair/src/main/resources/OH-INF/config/config.xml +++ b/bundles/org.openhab.binding.comfoair/src/main/resources/OH-INF/config/config.xml @@ -9,6 +9,7 @@ serial-port + false Serial port that the ComfoAir is connected to diff --git a/bundles/org.openhab.binding.digiplex/src/main/resources/OH-INF/thing/bridge.xml b/bundles/org.openhab.binding.digiplex/src/main/resources/OH-INF/thing/bridge.xml index 2bf83c7c8..9f40dfc12 100644 --- a/bundles/org.openhab.binding.digiplex/src/main/resources/OH-INF/thing/bridge.xml +++ b/bundles/org.openhab.binding.digiplex/src/main/resources/OH-INF/thing/bridge.xml @@ -29,7 +29,6 @@ - serial-port Set the serial port baud rate 2400 true diff --git a/bundles/org.openhab.binding.epsonprojector/src/main/resources/OH-INF/thing/thing-types.xml b/bundles/org.openhab.binding.epsonprojector/src/main/resources/OH-INF/thing/thing-types.xml index afcc25e58..4f28d375b 100644 --- a/bundles/org.openhab.binding.epsonprojector/src/main/resources/OH-INF/thing/thing-types.xml +++ b/bundles/org.openhab.binding.epsonprojector/src/main/resources/OH-INF/thing/thing-types.xml @@ -43,6 +43,7 @@ serial-port + false Serial Port to Use for Connecting to the Epson Projector diff --git a/bundles/org.openhab.binding.heliosventilation/src/main/resources/OH-INF/thing/thing-types.xml b/bundles/org.openhab.binding.heliosventilation/src/main/resources/OH-INF/thing/thing-types.xml index db4dada09..3799d0f92 100644 --- a/bundles/org.openhab.binding.heliosventilation/src/main/resources/OH-INF/thing/thing-types.xml +++ b/bundles/org.openhab.binding.heliosventilation/src/main/resources/OH-INF/thing/thing-types.xml @@ -41,6 +41,7 @@ serial-port + false The serial port name for the RS485 interfaces. Valid values are e.g. COM1 for Windows and /dev/ttyS0 or /dev/ttyUSB0 for Linux. diff --git a/bundles/org.openhab.binding.herzborg/src/main/resources/OH-INF/thing/thing-types.xml b/bundles/org.openhab.binding.herzborg/src/main/resources/OH-INF/thing/thing-types.xml index 994ea7452..180331398 100644 --- a/bundles/org.openhab.binding.herzborg/src/main/resources/OH-INF/thing/thing-types.xml +++ b/bundles/org.openhab.binding.herzborg/src/main/resources/OH-INF/thing/thing-types.xml @@ -10,8 +10,8 @@ serial-port + false Serial port to use, for example /dev/ttyS0 or COM1 - /dev/ttyS0 diff --git a/bundles/org.openhab.binding.kaleidescape/src/main/resources/OH-INF/config/config.xml b/bundles/org.openhab.binding.kaleidescape/src/main/resources/OH-INF/config/config.xml index 0d851f32c..bc1feac9b 100644 --- a/bundles/org.openhab.binding.kaleidescape/src/main/resources/OH-INF/config/config.xml +++ b/bundles/org.openhab.binding.kaleidescape/src/main/resources/OH-INF/config/config.xml @@ -18,6 +18,7 @@ serial-port + false (Optional) Serial Port to use for connecting directly to an individual Kaleidescape component. true diff --git a/bundles/org.openhab.binding.monopriceaudio/src/main/resources/OH-INF/thing/channels.xml b/bundles/org.openhab.binding.monopriceaudio/src/main/resources/OH-INF/thing/channels.xml index 1e5147966..105a14f49 100644 --- a/bundles/org.openhab.binding.monopriceaudio/src/main/resources/OH-INF/thing/channels.xml +++ b/bundles/org.openhab.binding.monopriceaudio/src/main/resources/OH-INF/thing/channels.xml @@ -93,6 +93,7 @@ serial-port + false Serial Port to Use for Connecting to the Monoprice Amplifier diff --git a/bundles/org.openhab.binding.nuvo/src/main/resources/OH-INF/thing/channels.xml b/bundles/org.openhab.binding.nuvo/src/main/resources/OH-INF/thing/channels.xml index 462c61cb8..cb51cf03d 100644 --- a/bundles/org.openhab.binding.nuvo/src/main/resources/OH-INF/thing/channels.xml +++ b/bundles/org.openhab.binding.nuvo/src/main/resources/OH-INF/thing/channels.xml @@ -125,6 +125,7 @@ serial-port + false Serial Port to use for connecting to the Nuvo amplifier diff --git a/bundles/org.openhab.binding.openwebnet/src/main/resources/OH-INF/thing/ZBGateway.xml b/bundles/org.openhab.binding.openwebnet/src/main/resources/OH-INF/thing/ZBGateway.xml index 8dbc22b4a..132c7cb77 100644 --- a/bundles/org.openhab.binding.openwebnet/src/main/resources/OH-INF/thing/ZBGateway.xml +++ b/bundles/org.openhab.binding.openwebnet/src/main/resources/OH-INF/thing/ZBGateway.xml @@ -22,6 +22,7 @@ serial-port + false Serial port where the OpenWebNet ZigBee USB Gateway is connected. Example: COM3 (Win), /dev/ttyUSB0 (Linux), etc. diff --git a/bundles/org.openhab.binding.oppo/src/main/resources/OH-INF/thing/channels.xml b/bundles/org.openhab.binding.oppo/src/main/resources/OH-INF/thing/channels.xml index a32ac5c0c..181588aa1 100644 --- a/bundles/org.openhab.binding.oppo/src/main/resources/OH-INF/thing/channels.xml +++ b/bundles/org.openhab.binding.oppo/src/main/resources/OH-INF/thing/channels.xml @@ -55,6 +55,7 @@ serial-port + false Serial Port to Use for Connecting to the Oppo Player. diff --git a/bundles/org.openhab.binding.proteusecometer/src/main/resources/OH-INF/thing/thing-types.xml b/bundles/org.openhab.binding.proteusecometer/src/main/resources/OH-INF/thing/thing-types.xml index 72cf68f73..5721e4b07 100644 --- a/bundles/org.openhab.binding.proteusecometer/src/main/resources/OH-INF/thing/thing-types.xml +++ b/bundles/org.openhab.binding.proteusecometer/src/main/resources/OH-INF/thing/thing-types.xml @@ -19,6 +19,7 @@ serial-port + false USB port the device is connected to i.e. /dev/ttyUSB0 diff --git a/bundles/org.openhab.binding.serial/src/main/resources/OH-INF/thing/thing-types.xml b/bundles/org.openhab.binding.serial/src/main/resources/OH-INF/thing/thing-types.xml index a7249ea48..09a67ec44 100644 --- a/bundles/org.openhab.binding.serial/src/main/resources/OH-INF/thing/thing-types.xml +++ b/bundles/org.openhab.binding.serial/src/main/resources/OH-INF/thing/thing-types.xml @@ -18,6 +18,7 @@ serial-port + false The serial port to use (e.g. Linux: /dev/ttyUSB0, Windows: COM1)