[remoteopenhab] New settings to setup the remote server accessibility check (#9311)

Signed-off-by: Laurent Garnier <lg.hc@free.fr>
This commit is contained in:
lolodomo
2020-12-09 23:52:41 +01:00
committed by GitHub
parent 27a8455cda
commit 3bd17f4788
4 changed files with 42 additions and 15 deletions

View File

@@ -53,6 +53,21 @@
<description>The token to use when the remote openHAB server is setup to require authorization to run its REST API.</description>
<advanced>true</advanced>
</parameter>
<parameter name="accessibilityInterval" type="integer" min="0" step="1" unit="min">
<label>Accessibility Interval</label>
<description>Minutes between checking the remote server accessibility. 0 to disable the check. Default is 3.</description>
<default>3</default>
<advanced>true</advanced>
</parameter>
<parameter name="aliveInterval" type="integer" min="0" step="1" unit="min">
<label>Alive Interval</label>
<description>Number of last minutes to take into account to determine whether the remote server is alive. 0 to
disable this feature. Default is 5.</description>
<default>5</default>
<advanced>true</advanced>
</parameter>
</config-description>
</bridge-type>