diff --git a/bundles/org.openhab.binding.alarmdecoder/src/main/resources/ESH-INF/thing/thing-types.xml b/bundles/org.openhab.binding.alarmdecoder/src/main/resources/ESH-INF/thing/thing-types.xml index 4d75f77ac85b..42ad4d20e861 100644 --- a/bundles/org.openhab.binding.alarmdecoder/src/main/resources/ESH-INF/thing/thing-types.xml +++ b/bundles/org.openhab.binding.alarmdecoder/src/main/resources/ESH-INF/thing/thing-types.xml @@ -57,6 +57,7 @@ serial-port + false The name of the serial port used to connect to the Alarm Decoder device diff --git a/bundles/org.openhab.binding.bluetooth.bluegiga/src/main/resources/ESH-INF/thing/bluegiga.xml b/bundles/org.openhab.binding.bluetooth.bluegiga/src/main/resources/ESH-INF/thing/bluegiga.xml index 34ef247b7182..d08fddbff342 100644 --- a/bundles/org.openhab.binding.bluetooth.bluegiga/src/main/resources/ESH-INF/thing/bluegiga.xml +++ b/bundles/org.openhab.binding.bluetooth.bluegiga/src/main/resources/ESH-INF/thing/bluegiga.xml @@ -12,6 +12,7 @@ serial-port + false Serial Port diff --git a/bundles/org.openhab.binding.cm11a/src/main/resources/ESH-INF/thing/thing-types.xml b/bundles/org.openhab.binding.cm11a/src/main/resources/ESH-INF/thing/thing-types.xml index 38d036574c4e..33ed5062077a 100644 --- a/bundles/org.openhab.binding.cm11a/src/main/resources/ESH-INF/thing/thing-types.xml +++ b/bundles/org.openhab.binding.cm11a/src/main/resources/ESH-INF/thing/thing-types.xml @@ -13,6 +13,7 @@ serial-port + false Serial port used to communicate with the CM11a diff --git a/bundles/org.openhab.binding.digiplex/src/main/resources/ESH-INF/thing/bridge.xml b/bundles/org.openhab.binding.digiplex/src/main/resources/ESH-INF/thing/bridge.xml index 9bfdb11a090b..4403ca535454 100644 --- a/bundles/org.openhab.binding.digiplex/src/main/resources/ESH-INF/thing/bridge.xml +++ b/bundles/org.openhab.binding.digiplex/src/main/resources/ESH-INF/thing/bridge.xml @@ -23,6 +23,7 @@ serial-port + false Set the serial port used to access PRT3 device diff --git a/bundles/org.openhab.binding.dscalarm/src/main/resources/ESH-INF/thing/it100bridge.xml b/bundles/org.openhab.binding.dscalarm/src/main/resources/ESH-INF/thing/it100bridge.xml index f6b4a69ebda8..2d2513c1e3fc 100644 --- a/bundles/org.openhab.binding.dscalarm/src/main/resources/ESH-INF/thing/it100bridge.xml +++ b/bundles/org.openhab.binding.dscalarm/src/main/resources/ESH-INF/thing/it100bridge.xml @@ -22,6 +22,7 @@ serial-port + false The serial port name for the DSC IT-100. Valid values are e.g. COM1 for Windows and /dev/ttyS0 or diff --git a/bundles/org.openhab.binding.dsmr/src/main/resources/ESH-INF/config/configuration_parameters.xml b/bundles/org.openhab.binding.dsmr/src/main/resources/ESH-INF/config/configuration_parameters.xml index 0412bd4eb0a4..8b07743197eb 100644 --- a/bundles/org.openhab.binding.dsmr/src/main/resources/ESH-INF/config/configuration_parameters.xml +++ b/bundles/org.openhab.binding.dsmr/src/main/resources/ESH-INF/config/configuration_parameters.xml @@ -7,6 +7,7 @@ serial-port + false The serial port where the P1 port of the Smart Meter is connected (e.g. Linux: /dev/ttyUSB0, Windows: COM1) @@ -65,6 +66,7 @@ serial-port + false The serial port where the P1 port of the Smart Meter is connected (e.g. Linux: /dev/ttyUSB0, Windows: COM1) diff --git a/bundles/org.openhab.binding.elerotransmitterstick/src/main/resources/ESH-INF/thing/thing-types.xml b/bundles/org.openhab.binding.elerotransmitterstick/src/main/resources/ESH-INF/thing/thing-types.xml index d054edbb5918..2a1f8c04ab6a 100644 --- a/bundles/org.openhab.binding.elerotransmitterstick/src/main/resources/ESH-INF/thing/thing-types.xml +++ b/bundles/org.openhab.binding.elerotransmitterstick/src/main/resources/ESH-INF/thing/thing-types.xml @@ -13,6 +13,7 @@ The name of the port to which the Elero Transmitter Stick is connected. serial-port + false diff --git a/bundles/org.openhab.binding.jeelink/src/main/resources/ESH-INF/thing/thing-types.xml b/bundles/org.openhab.binding.jeelink/src/main/resources/ESH-INF/thing/thing-types.xml index 6c4aff1dc81a..1539455ccdbc 100644 --- a/bundles/org.openhab.binding.jeelink/src/main/resources/ESH-INF/thing/thing-types.xml +++ b/bundles/org.openhab.binding.jeelink/src/main/resources/ESH-INF/thing/thing-types.xml @@ -13,6 +13,7 @@ serial-port + false @text/parameter.serialport.description @@ -49,6 +50,7 @@ serial-port + false @text/parameter.serialportlgw.description diff --git a/bundles/org.openhab.binding.lgtvserial/src/main/resources/ESH-INF/config/config.xml b/bundles/org.openhab.binding.lgtvserial/src/main/resources/ESH-INF/config/config.xml index 0712febd0bf4..033439cf27f0 100644 --- a/bundles/org.openhab.binding.lgtvserial/src/main/resources/ESH-INF/config/config.xml +++ b/bundles/org.openhab.binding.lgtvserial/src/main/resources/ESH-INF/config/config.xml @@ -6,10 +6,10 @@ serial-port + false Select serial port (COM1, /dev/ttyS0, ...) true - /dev/ttyS0 diff --git a/bundles/org.openhab.binding.lutron/src/main/resources/ESH-INF/thing/thing-types.xml b/bundles/org.openhab.binding.lutron/src/main/resources/ESH-INF/thing/thing-types.xml index 5b7673f6fec5..e50555c415d0 100644 --- a/bundles/org.openhab.binding.lutron/src/main/resources/ESH-INF/thing/thing-types.xml +++ b/bundles/org.openhab.binding.lutron/src/main/resources/ESH-INF/thing/thing-types.xml @@ -889,6 +889,7 @@ serial-port + false The serial port name for the HomeWorks processor. Valid values @@ -973,6 +974,7 @@ serial-port + false The serial port to use to communicate with a Lutron RadioRA system diff --git a/bundles/org.openhab.binding.meteostick/src/main/resources/ESH-INF/thing/thing-types.xml b/bundles/org.openhab.binding.meteostick/src/main/resources/ESH-INF/thing/thing-types.xml index c996fcc03dc9..561d09957fbf 100644 --- a/bundles/org.openhab.binding.meteostick/src/main/resources/ESH-INF/thing/thing-types.xml +++ b/bundles/org.openhab.binding.meteostick/src/main/resources/ESH-INF/thing/thing-types.xml @@ -15,6 +15,7 @@ serial-port + false Serial port that the Meteostick is plugged into diff --git a/bundles/org.openhab.binding.modbus/src/main/resources/ESH-INF/thing/bridge-serial.xml b/bundles/org.openhab.binding.modbus/src/main/resources/ESH-INF/thing/bridge-serial.xml index 05b1eb5c04db..021009985c30 100644 --- a/bundles/org.openhab.binding.modbus/src/main/resources/ESH-INF/thing/bridge-serial.xml +++ b/bundles/org.openhab.binding.modbus/src/main/resources/ESH-INF/thing/bridge-serial.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.nikobus/src/main/resources/ESH-INF/thing/thing-types.xml b/bundles/org.openhab.binding.nikobus/src/main/resources/ESH-INF/thing/thing-types.xml index 471a70ee19e2..955380fa2d87 100644 --- a/bundles/org.openhab.binding.nikobus/src/main/resources/ESH-INF/thing/thing-types.xml +++ b/bundles/org.openhab.binding.nikobus/src/main/resources/ESH-INF/thing/thing-types.xml @@ -12,6 +12,7 @@ serial-port + false The serial port used to connect to the Nikobus PC Link. diff --git a/bundles/org.openhab.binding.oceanic/src/main/resources/ESH-INF/thing/serial.xml b/bundles/org.openhab.binding.oceanic/src/main/resources/ESH-INF/thing/serial.xml index 08f6270cee7a..4d9e5bbc031c 100644 --- a/bundles/org.openhab.binding.oceanic/src/main/resources/ESH-INF/thing/serial.xml +++ b/bundles/org.openhab.binding.oceanic/src/main/resources/ESH-INF/thing/serial.xml @@ -55,6 +55,7 @@ serial-port + false Serial Port the Oceanic Water Softener is connected to diff --git a/bundles/org.openhab.binding.phc/src/main/resources/ESH-INF/thing/thing-types.xml b/bundles/org.openhab.binding.phc/src/main/resources/ESH-INF/thing/thing-types.xml index 14e25b40996a..cbf2412f3c81 100644 --- a/bundles/org.openhab.binding.phc/src/main/resources/ESH-INF/thing/thing-types.xml +++ b/bundles/org.openhab.binding.phc/src/main/resources/ESH-INF/thing/thing-types.xml @@ -15,6 +15,7 @@ Serial Port the PHC modules are connected to true serial-port + false diff --git a/bundles/org.openhab.binding.pioneeravr/src/main/resources/ESH-INF/thing/thing-types.xml b/bundles/org.openhab.binding.pioneeravr/src/main/resources/ESH-INF/thing/thing-types.xml index 8213563a41ea..3c0d161a457d 100644 --- a/bundles/org.openhab.binding.pioneeravr/src/main/resources/ESH-INF/thing/thing-types.xml +++ b/bundles/org.openhab.binding.pioneeravr/src/main/resources/ESH-INF/thing/thing-types.xml @@ -325,6 +325,7 @@ serial-port + false The Serial port name to use to connect to the AVR. diff --git a/bundles/org.openhab.binding.plugwise/src/main/resources/ESH-INF/config/config.xml b/bundles/org.openhab.binding.plugwise/src/main/resources/ESH-INF/config/config.xml index 6abd2a3bb883..a39f90be73f7 100644 --- a/bundles/org.openhab.binding.plugwise/src/main/resources/ESH-INF/config/config.xml +++ b/bundles/org.openhab.binding.plugwise/src/main/resources/ESH-INF/config/config.xml @@ -8,8 +8,8 @@ serial-port + false The serial port of the Stick, e.g. "/dev/ttyUSB0" for Linux or "COM1" for Windows - /dev/ttyUSB0 diff --git a/bundles/org.openhab.binding.powermax/src/main/resources/ESH-INF/thing/serial.xml b/bundles/org.openhab.binding.powermax/src/main/resources/ESH-INF/thing/serial.xml index aa4826420937..db9b4829f454 100644 --- a/bundles/org.openhab.binding.powermax/src/main/resources/ESH-INF/thing/serial.xml +++ b/bundles/org.openhab.binding.powermax/src/main/resources/ESH-INF/thing/serial.xml @@ -40,6 +40,7 @@ serial-port + false The serial port to use for connecting to the serial interface of the alarm system e.g. COM1 for Windows and /dev/ttyS0 or /dev/ttyUSB0 for Linux. diff --git a/bundles/org.openhab.binding.regoheatpump/src/main/resources/ESH-INF/thing/thing-types.xml b/bundles/org.openhab.binding.regoheatpump/src/main/resources/ESH-INF/thing/thing-types.xml index 2c7619c7796c..bfb80673c57b 100644 --- a/bundles/org.openhab.binding.regoheatpump/src/main/resources/ESH-INF/thing/thing-types.xml +++ b/bundles/org.openhab.binding.regoheatpump/src/main/resources/ESH-INF/thing/thing-types.xml @@ -57,6 +57,7 @@ serial-port + false The serial port used to connect to the Rego controller. @@ -109,6 +110,7 @@ serial-port + false The serial port used to connect to the Husdata interface. diff --git a/bundles/org.openhab.binding.rfxcom/src/main/resources/ESH-INF/thing/bridge.xml b/bundles/org.openhab.binding.rfxcom/src/main/resources/ESH-INF/thing/bridge.xml index 73b4a22ffede..3bb8a93f812e 100644 --- a/bundles/org.openhab.binding.rfxcom/src/main/resources/ESH-INF/thing/bridge.xml +++ b/bundles/org.openhab.binding.rfxcom/src/main/resources/ESH-INF/thing/bridge.xml @@ -12,6 +12,7 @@ serial-port + false Serial port where RFXCOM transceiver is connected. diff --git a/bundles/org.openhab.binding.rme/src/main/resources/ESH-INF/thing/rme.xml b/bundles/org.openhab.binding.rme/src/main/resources/ESH-INF/thing/rme.xml index d76fe62b9437..b11b176b1d5d 100644 --- a/bundles/org.openhab.binding.rme/src/main/resources/ESH-INF/thing/rme.xml +++ b/bundles/org.openhab.binding.rme/src/main/resources/ESH-INF/thing/rme.xml @@ -39,6 +39,7 @@ serial-port + false Serial Port the RME Rain Manager is connected to true diff --git a/bundles/org.openhab.binding.rotel/src/main/resources/ESH-INF/config/config.xml b/bundles/org.openhab.binding.rotel/src/main/resources/ESH-INF/config/config.xml index b67c52ea1fe6..a8e433f62f3c 100644 --- a/bundles/org.openhab.binding.rotel/src/main/resources/ESH-INF/config/config.xml +++ b/bundles/org.openhab.binding.rotel/src/main/resources/ESH-INF/config/config.xml @@ -8,6 +8,7 @@ serial-port + false Serial port to use for connecting to the Rotel device @@ -25,6 +26,7 @@ serial-port + false Serial port to use for connecting to the Rotel device @@ -45,6 +47,7 @@ serial-port + false Serial port to use for connecting to the Rotel device @@ -65,6 +68,7 @@ serial-port + false Serial port to use for connecting to the Rotel device @@ -96,6 +100,7 @@ serial-port + false Serial port to use for connecting to the Rotel device @@ -124,6 +129,7 @@ serial-port + false Serial port to use for connecting to the Rotel device @@ -161,6 +167,7 @@ serial-port + false Serial port to use for connecting to the Rotel device @@ -210,6 +217,7 @@ serial-port + false Serial port to use for connecting to the Rotel device @@ -263,6 +271,7 @@ serial-port + false Serial port to use for connecting to the Rotel device diff --git a/bundles/org.openhab.binding.satel/src/main/resources/ESH-INF/thing/int-rs.xml b/bundles/org.openhab.binding.satel/src/main/resources/ESH-INF/thing/int-rs.xml index 58218b67992c..a6f8466eec17 100644 --- a/bundles/org.openhab.binding.satel/src/main/resources/ESH-INF/thing/int-rs.xml +++ b/bundles/org.openhab.binding.satel/src/main/resources/ESH-INF/thing/int-rs.xml @@ -13,6 +13,7 @@ Serial port connected to the module. serial-port + false diff --git a/bundles/org.openhab.binding.serialbutton/src/main/resources/ESH-INF/thing/thing-types.xml b/bundles/org.openhab.binding.serialbutton/src/main/resources/ESH-INF/thing/thing-types.xml index 45bceb1a390a..3157a92c790b 100644 --- a/bundles/org.openhab.binding.serialbutton/src/main/resources/ESH-INF/thing/thing-types.xml +++ b/bundles/org.openhab.binding.serialbutton/src/main/resources/ESH-INF/thing/thing-types.xml @@ -16,6 +16,7 @@ serial-port + false true The serial port that the button is connected to diff --git a/bundles/org.openhab.binding.sonyprojector/src/main/resources/ESH-INF/thing/serial.xml b/bundles/org.openhab.binding.sonyprojector/src/main/resources/ESH-INF/thing/serial.xml index db816311d97f..d732c2e7829b 100644 --- a/bundles/org.openhab.binding.sonyprojector/src/main/resources/ESH-INF/thing/serial.xml +++ b/bundles/org.openhab.binding.sonyprojector/src/main/resources/ESH-INF/thing/serial.xml @@ -45,6 +45,7 @@ serial-port + false Serial port to use for connecting to the projector diff --git a/bundles/org.openhab.binding.urtsi/src/main/resources/ESH-INF/thing/thing-types.xml b/bundles/org.openhab.binding.urtsi/src/main/resources/ESH-INF/thing/thing-types.xml index d85b3f663a2d..1358fd3898ff 100644 --- a/bundles/org.openhab.binding.urtsi/src/main/resources/ESH-INF/thing/thing-types.xml +++ b/bundles/org.openhab.binding.urtsi/src/main/resources/ESH-INF/thing/thing-types.xml @@ -14,6 +14,7 @@ serial-port + false @text/urtsiDevicePortDescription diff --git a/bundles/org.openhab.binding.velbus/src/main/resources/ESH-INF/config/config.xml b/bundles/org.openhab.binding.velbus/src/main/resources/ESH-INF/config/config.xml index 02e1fefde6d6..72ba8a2cd8f3 100644 --- a/bundles/org.openhab.binding.velbus/src/main/resources/ESH-INF/config/config.xml +++ b/bundles/org.openhab.binding.velbus/src/main/resources/ESH-INF/config/config.xml @@ -7,6 +7,7 @@ serial-port + false Select serial port (COM1, /dev/ttyS0, ...) true