Updated external content (Jenkins build 880)
parent
275e69ce9e
commit
9dc84a8187
|
@ -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
|
||||
|
|
|
@ -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>
|
||||
|
|
|
@ -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