Updated external content (Jenkins build 1581)
parent
f7f9ef5135
commit
8326af2a20
|
@ -33,11 +33,12 @@ Intesis devices do not support auto discovery.
|
|||
|
||||
The binding uses the following configuration parameters.
|
||||
|
||||
| Parameter | Valid for ThingType | Description |
|
||||
|-----------|---------------------|----------------------------------------------------------------|
|
||||
| ipAddress | Both | IP-Address of the device |
|
||||
| password | IntesisHome | Password to login to the local webserver of IntesisHome device |
|
||||
| port | IntesisBox | TCP port to connect to IntesisBox device, defaults to 3310 |
|
||||
| Parameter | Valid for ThingType | Description |
|
||||
|------------------|---------------------|----------------------------------------------------------------|
|
||||
| ipAddress | Both | IP-Address of the device |
|
||||
| password | IntesisHome | Password to login to the local webserver of IntesisHome device |
|
||||
| port | IntesisBox | TCP port to connect to IntesisBox device, defaults to 3310 |
|
||||
| pollingInterval | Both | Interval to retrieve updates from the connected devices |
|
||||
|
||||
## Channels
|
||||
|
||||
|
|
|
@ -22,6 +22,15 @@
|
|||
<description>@text/thing-type.config.intesisHome.password.description</description>
|
||||
<context>password</context>
|
||||
</parameter>
|
||||
<parameter name="pollingInterval" type="decimal" min="30" unit="s">
|
||||
<label>Polling Interval</label>
|
||||
<description>
|
||||
Defines the time in seconds to pull the
|
||||
state of the connected devices. The minimum is 30
|
||||
seconds.
|
||||
</description>
|
||||
<default>30</default>
|
||||
</parameter>
|
||||
</config-description>
|
||||
</thing-type>
|
||||
|
||||
|
@ -46,6 +55,15 @@
|
|||
<description>The TCP port to the IntesisBox.</description>
|
||||
<default>3310</default>
|
||||
</parameter>
|
||||
<parameter name="pollingInterval" type="decimal" min="45" unit="s">
|
||||
<label>Polling Interval</label>
|
||||
<description>
|
||||
Defines the time in seconds to pull the
|
||||
state of the connected devices. The minimum is 45
|
||||
seconds.
|
||||
</description>
|
||||
<default>45</default>
|
||||
</parameter>
|
||||
</config-description>
|
||||
</thing-type>
|
||||
|
||||
|
|
Loading…
Reference in New Issue