Don't limit serial port options (#12572)
* Don't limit serial port options Related to openhab/openhab-core#2798 * [herzborg] Remove default value for serial port parameter Signed-off-by: Laurent Garnier <lg.hc@free.fr>pull/12576/head
parent
2a2389a7e5
commit
2202e0b56e
|
@ -23,6 +23,7 @@
|
|||
<parameter name="serialPort" type="text" required="true">
|
||||
<label>Serial Port</label>
|
||||
<context>serial-port</context>
|
||||
<limitToOptions>false</limitToOptions>
|
||||
<description>Serial Port to Use for Connecting to the BenQ Projector</description>
|
||||
</parameter>
|
||||
<parameter name="pollingInterval" type="integer" min="5" max="60" unit="s" required="false">
|
||||
|
|
|
@ -18,6 +18,7 @@
|
|||
<config-description>
|
||||
<parameter name="serialPort" type="text" required="true">
|
||||
<context>serial-port</context>
|
||||
<limitToOptions>false</limitToOptions>
|
||||
<label>Caddx Bridge Serial Port</label>
|
||||
<description>The serial port name for the communication. Valid values
|
||||
are e.g. COM1 for Windows and /dev/ttyS0 or
|
||||
|
|
|
@ -9,6 +9,7 @@
|
|||
<parameter name="serialPort" type="text" required="true">
|
||||
<label>Serial Port</label>
|
||||
<context>serial-port</context>
|
||||
<limitToOptions>false</limitToOptions>
|
||||
<description>Serial port that the ComfoAir is connected to</description>
|
||||
</parameter>
|
||||
<parameter name="refreshInterval" type="integer" max="65535" min="10" unit="s" required="false">
|
||||
|
|
|
@ -29,7 +29,6 @@
|
|||
|
||||
<parameter name="baudrate" type="integer" required="true" groupName="port">
|
||||
<label>Baud Rate</label>
|
||||
<context>serial-port</context>
|
||||
<description>Set the serial port baud rate</description>
|
||||
<default>2400</default>
|
||||
<limitToOptions>true</limitToOptions>
|
||||
|
|
|
@ -43,6 +43,7 @@
|
|||
<parameter name="serialPort" type="text" required="true">
|
||||
<label>Serial Port</label>
|
||||
<context>serial-port</context>
|
||||
<limitToOptions>false</limitToOptions>
|
||||
<description>Serial Port to Use for Connecting to the Epson Projector</description>
|
||||
</parameter>
|
||||
<parameter name="pollingInterval" type="integer" min="5" max="60" unit="s" required="false">
|
||||
|
|
|
@ -41,6 +41,7 @@
|
|||
<config-description>
|
||||
<parameter name="serialPort" type="text" required="true">
|
||||
<context>serial-port</context>
|
||||
<limitToOptions>false</limitToOptions>
|
||||
<label>RS485 Interface Serial Port</label>
|
||||
<description>The serial port name for the RS485 interfaces. Valid values are e.g. COM1 for Windows and /dev/ttyS0 or
|
||||
/dev/ttyUSB0 for Linux.</description>
|
||||
|
|
|
@ -10,8 +10,8 @@
|
|||
<parameter name="port" type="text" required="true">
|
||||
<label>Serial Port</label>
|
||||
<context>serial-port</context>
|
||||
<limitToOptions>false</limitToOptions>
|
||||
<description>Serial port to use, for example /dev/ttyS0 or COM1</description>
|
||||
<default>/dev/ttyS0</default>
|
||||
</parameter>
|
||||
</config-description>
|
||||
</bridge-type>
|
||||
|
|
|
@ -18,6 +18,7 @@
|
|||
</parameter>
|
||||
<parameter name="serialPort" type="text" required="false">
|
||||
<context>serial-port</context>
|
||||
<limitToOptions>false</limitToOptions>
|
||||
<label>Serial Port</label>
|
||||
<description>(Optional) Serial Port to use for connecting directly to an individual Kaleidescape component.</description>
|
||||
<advanced>true</advanced>
|
||||
|
|
|
@ -93,6 +93,7 @@
|
|||
<config-description>
|
||||
<parameter name="serialPort" type="text" required="false">
|
||||
<context>serial-port</context>
|
||||
<limitToOptions>false</limitToOptions>
|
||||
<label>Serial Port</label>
|
||||
<description>Serial Port to Use for Connecting to the Monoprice Amplifier</description>
|
||||
</parameter>
|
||||
|
|
|
@ -125,6 +125,7 @@
|
|||
<config-description>
|
||||
<parameter name="serialPort" type="text" required="false">
|
||||
<context>serial-port</context>
|
||||
<limitToOptions>false</limitToOptions>
|
||||
<label>Serial Port</label>
|
||||
<description>Serial Port to use for connecting to the Nuvo amplifier</description>
|
||||
</parameter>
|
||||
|
|
|
@ -22,6 +22,7 @@
|
|||
<config-description>
|
||||
<parameter name="serialPort" type="text" required="true">
|
||||
<context>serial-port</context>
|
||||
<limitToOptions>false</limitToOptions>
|
||||
<label>Serial Port</label>
|
||||
<description>Serial port where the OpenWebNet ZigBee USB Gateway is connected. Example: COM3 (Win), /dev/ttyUSB0
|
||||
(Linux), etc.</description>
|
||||
|
|
|
@ -55,6 +55,7 @@
|
|||
</parameter>
|
||||
<parameter name="serialPort" type="text" required="false">
|
||||
<context>serial-port</context>
|
||||
<limitToOptions>false</limitToOptions>
|
||||
<label>Serial Port</label>
|
||||
<description>Serial Port to Use for Connecting to the Oppo Player.</description>
|
||||
</parameter>
|
||||
|
|
|
@ -19,6 +19,7 @@
|
|||
<config-description>
|
||||
<parameter name="usbPort" type="text" required="true">
|
||||
<context>serial-port</context>
|
||||
<limitToOptions>false</limitToOptions>
|
||||
<label>USB Port</label>
|
||||
<description>USB port the device is connected to i.e. /dev/ttyUSB0</description>
|
||||
</parameter>
|
||||
|
|
|
@ -18,6 +18,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 (e.g. Linux: /dev/ttyUSB0, Windows: COM1)</description>
|
||||
</parameter>
|
||||
|
|
Loading…
Reference in New Issue