Updated external content (Jenkins build 57)
parent
f0b7d1c1e2
commit
7553f3882c
|
@ -5,7 +5,7 @@ title: Remote openHAB - Bindings
|
|||
type: binding
|
||||
description: "The Remote openHAB binding allows to communicate with remote openHAB servers."
|
||||
since: 3x
|
||||
install: manual
|
||||
install: auto
|
||||
---
|
||||
|
||||
<!-- Attention authors: Do not edit directly. Please add your changes to the appropriate source repository -->
|
||||
|
|
|
@ -6,7 +6,9 @@
|
|||
|
||||
<bridge-type id="deconz">
|
||||
<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"/>
|
||||
</bridge-type>
|
||||
|
|
|
@ -11,11 +11,11 @@
|
|||
</channels>
|
||||
<config-description>
|
||||
<parameter name="apikey" type="text" required="true">
|
||||
<context>password</context>
|
||||
<label>API-Key</label>
|
||||
<description>API-Key. Necessary registration on the Tankerkönig website.</description>
|
||||
<default></default>
|
||||
</parameter>
|
||||
<parameter name="refresh" type="integer" required="true" min="10">
|
||||
<parameter name="refresh" type="integer" min="10" unit="min">
|
||||
<label>Refresh Time</label>
|
||||
<description>Sets the refresh time. Minimum is 10 minutes.</description>
|
||||
<default>60</default>
|
||||
|
|
Loading…
Reference in New Issue