Updated external content (Jenkins build 57)

pull/1325/head
openHAB Build Server 2020-10-28 00:51:51 +00:00
parent f0b7d1c1e2
commit 7553f3882c
3 changed files with 6 additions and 4 deletions

View File

@ -5,7 +5,7 @@ title: Remote openHAB - Bindings
type: binding type: binding
description: "The Remote openHAB binding allows to communicate with remote openHAB servers." description: "The Remote openHAB binding allows to communicate with remote openHAB servers."
since: 3x since: 3x
install: manual install: auto
--- ---
<!-- Attention authors: Do not edit directly. Please add your changes to the appropriate source repository --> <!-- Attention authors: Do not edit directly. Please add your changes to the appropriate source repository -->

View File

@ -6,7 +6,9 @@
<bridge-type id="deconz"> <bridge-type id="deconz">
<label>deCONZ</label> <label>deCONZ</label>
<description>A running deCONZ software instance</description> <description>A running deCONZ software instance.</description>
<representation-property>UDN</representation-property>
<config-description-ref uri="thing-type:deconz:bridge"/> <config-description-ref uri="thing-type:deconz:bridge"/>
</bridge-type> </bridge-type>

View File

@ -11,11 +11,11 @@
</channels> </channels>
<config-description> <config-description>
<parameter name="apikey" type="text" required="true"> <parameter name="apikey" type="text" required="true">
<context>password</context>
<label>API-Key</label> <label>API-Key</label>
<description>API-Key. Necessary registration on the Tankerkönig website.</description> <description>API-Key. Necessary registration on the Tankerkönig website.</description>
<default></default>
</parameter> </parameter>
<parameter name="refresh" type="integer" required="true" min="10"> <parameter name="refresh" type="integer" min="10" unit="min">
<label>Refresh Time</label> <label>Refresh Time</label>
<description>Sets the refresh time. Minimum is 10 minutes.</description> <description>Sets the refresh time. Minimum is 10 minutes.</description>
<default>60</default> <default>60</default>