Updated external content (Jenkins build 362)

pull/1569/head
openHAB Build Server 2021-04-06 04:47:15 +00:00
parent 42d0853e8f
commit c3d9bc24e1
8 changed files with 16 additions and 33 deletions

View File

@ -88,10 +88,9 @@
<description>Represents a device</description> <description>Represents a device</description>
<config-description> <config-description>
<parameter name="patternMatch" type="text"> <parameter name="patternMatch" type="text" required="true">
<label>Patern Match</label> <label>Patern Match</label>
<context>pattern-match</context> <context>pattern-match</context>
<required>true</required>
<description>Regular expression used to identify device from received data (must match the whole line)</description> <description>Regular expression used to identify device from received data (must match the whole line)</description>
</parameter> </parameter>
</config-description> </config-description>

View File

@ -13,11 +13,10 @@
</channels> </channels>
<config-description> <config-description>
<parameter name="port" type="text"> <parameter name="port" type="text" required="true">
<label>Serial Port</label> <label>Serial Port</label>
<context>serial-port</context> <context>serial-port</context>
<limitToOptions>false</limitToOptions> <limitToOptions>false</limitToOptions>
<required>true</required>
<description>The serial port that the button is connected to</description> <description>The serial port that the button is connected to</description>
</parameter> </parameter>
</config-description> </config-description>

View File

@ -8,26 +8,23 @@
<description>A Sinopé Gateway</description> <description>A Sinopé Gateway</description>
<config-description> <config-description>
<parameter name="hostname" type="text"> <parameter name="hostname" type="text" required="true">
<label>Hostname</label> <label>Hostname</label>
<description>Hostname of the Sinopé Gateway</description> <description>Hostname of the Sinopé Gateway</description>
<context>network-address</context> <context>network-address</context>
<required>true</required>
</parameter> </parameter>
<parameter name="port" type="integer"> <parameter name="port" type="integer">
<label>Port</label> <label>Port</label>
<description>The port that the Sinopé Gateway listens on</description> <description>The port that the Sinopé Gateway listens on</description>
<default>4550</default> <default>4550</default>
</parameter> </parameter>
<parameter name="gatewayId" type="text"> <parameter name="gatewayId" type="text" required="true">
<label>Gateway ID</label> <label>Gateway ID</label>
<description>The Sinopé gateway ID (as printed on the back-side, e.g. "xxxx xxxx xxxx xxxx")</description> <description>The Sinopé gateway ID (as printed on the back-side, e.g. "xxxx xxxx xxxx xxxx")</description>
<required>true</required>
</parameter> </parameter>
<parameter name="apiKey" type="text"> <parameter name="apiKey" type="text" required="true">
<label>API Key</label> <label>API Key</label>
<description>Use sinope-core application to generate your api key</description> <description>Use sinope-core application to generate your api key</description>
<required>true</required>
</parameter> </parameter>
<parameter name="refresh" type="integer" required="false"> <parameter name="refresh" type="integer" required="false">
<label>Refresh Interval</label> <label>Refresh Interval</label>

View File

@ -14,21 +14,18 @@
</properties> </properties>
<config-description> <config-description>
<parameter name="username" type="text"> <parameter name="username" type="text" required="true">
<label>Username</label> <label>Username</label>
<description>Username of a registered SleepIQ account owner</description> <description>Username of a registered SleepIQ account owner</description>
<required>true</required>
</parameter> </parameter>
<parameter name="password" type="text"> <parameter name="password" type="text" required="false">
<context>password</context> <context>password</context>
<label>Password</label> <label>Password</label>
<description>Password of a registered SleepIQ account owner</description> <description>Password of a registered SleepIQ account owner</description>
<required>false</required>
</parameter> </parameter>
<parameter name="pollingInterval" type="integer" min="30" step="30"> <parameter name="pollingInterval" type="integer" min="30" step="30" required="true">
<label>Polling Interval</label> <label>Polling Interval</label>
<description>Seconds between fetching values from the cloud service</description> <description>Seconds between fetching values from the cloud service</description>
<required>true</required>
<default>60</default> <default>60</default>
</parameter> </parameter>
</config-description> </config-description>
@ -49,10 +46,9 @@
</channel-groups> </channel-groups>
<config-description> <config-description>
<parameter name="bedId" type="text"> <parameter name="bedId" type="text" required="true">
<label>Bed ID</label> <label>Bed ID</label>
<description>The bed identifier identifies a specific bed</description> <description>The bed identifier identifies a specific bed</description>
<required>true</required>
</parameter> </parameter>
</config-description> </config-description>
</thing-type> </thing-type>
@ -73,10 +69,9 @@
</channel-groups> </channel-groups>
<config-description> <config-description>
<parameter name="bedId" type="text"> <parameter name="bedId" type="text" required="true">
<label>Bed ID</label> <label>Bed ID</label>
<description>The bed identifier identifies a specific bed</description> <description>The bed identifier identifies a specific bed</description>
<required>true</required>
</parameter> </parameter>
</config-description> </config-description>
</thing-type> </thing-type>

View File

@ -9,10 +9,9 @@
<label>Smart Meter</label> <label>Smart Meter</label>
<description>The meter device to read the SML or IEC 62056-21 messages from</description> <description>The meter device to read the SML or IEC 62056-21 messages from</description>
<config-description> <config-description>
<parameter name="port" type="text"> <parameter name="port" type="text" required="true">
<label>Serial Port</label> <label>Serial Port</label>
<description>The device serial port (e.g. /dev/tty0 or COM1)</description> <description>The device serial port (e.g. /dev/tty0 or COM1)</description>
<required>true</required>
<limitToOptions>false</limitToOptions> <limitToOptions>false</limitToOptions>
<context>serial-port</context> <context>serial-port</context>
</parameter> </parameter>

View File

@ -64,20 +64,17 @@
<representation-property>clientId</representation-property> <representation-property>clientId</representation-property>
<config-description> <config-description>
<parameter name="clientId" type="text"> <parameter name="clientId" type="text" required="true">
<required>true</required>
<label>Application Client ID</label> <label>Application Client ID</label>
<description>This is the Client ID provided by Spotify when you add a new Application for openHAB to your Spotify <description>This is the Client ID provided by Spotify when you add a new Application for openHAB to your Spotify
Account. Go to https://developer.spotify.com/</description> Account. Go to https://developer.spotify.com/</description>
</parameter> </parameter>
<parameter name="clientSecret" type="text"> <parameter name="clientSecret" type="text" required="true">
<required>true</required>
<label>Application Client Secret</label> <label>Application Client Secret</label>
<description>This is the Client Secret provided by Spotify when you add a new Application for openHAB to your <description>This is the Client Secret provided by Spotify when you add a new Application for openHAB to your
Spotify Account.</description> Spotify Account.</description>
</parameter> </parameter>
<parameter name="refreshPeriod" type="integer" min="1" max="60"> <parameter name="refreshPeriod" type="integer" min="1" max="60" required="true">
<required>true</required>
<default>10</default> <default>10</default>
<label>Connect Refresh Period (seconds)</label> <label>Connect Refresh Period (seconds)</label>
<description>This is the frequency of the polling requests to the Spotify Connect Web API. There are limits to the <description>This is the frequency of the polling requests to the Spotify Connect Web API. There are limits to the
@ -116,8 +113,7 @@
<representation-property>deviceName</representation-property> <representation-property>deviceName</representation-property>
<config-description> <config-description>
<parameter name="deviceName" type="text"> <parameter name="deviceName" type="text" required="true">
<required>true</required>
<label>Spotify Device Name</label> <label>Spotify Device Name</label>
<description>This is the device name provided by Spotify.</description> <description>This is the device name provided by Spotify.</description>
</parameter> </parameter>

View File

@ -29,9 +29,8 @@
<default>60</default> <default>60</default>
<advanced>true</advanced> <advanced>true</advanced>
</parameter> </parameter>
<parameter name="stationId" type="integer"> <parameter name="stationId" type="integer" required="true">
<label>Station Number</label> <label>Station Number</label>
<required>true</required>
</parameter> </parameter>
</config-description> </config-description>

View File

@ -55,7 +55,6 @@
<parameter name="updateinterval" type="integer" required="false"> <parameter name="updateinterval" type="integer" required="false">
<label>Update Interval</label> <label>Update Interval</label>
<description>Data update interval in seconds (default: 60s)</description> <description>Data update interval in seconds (default: 60s)</description>
<required>false</required>
<default>60</default> <default>60</default>
</parameter> </parameter>
</config-description> </config-description>