mirror of
https://github.com/openhab/openhab-addons.git
synced 2025-01-10 15:11:59 +01:00
[bluetooth.bluegiga] Fix / concretize bluegiga parameter descriptions (#9026)
Signed-off-by: Patrick Fink <mail@pfink.de>
This commit is contained in:
parent
a3e3f15ed8
commit
9e7836b4f9
@ -42,40 +42,40 @@
|
||||
<parameter name="passiveScanInterval" type="integer" min="4" max="16384">
|
||||
<label>Passive Scan Interval</label>
|
||||
<description>Passive scan interval defines the interval when scanning is re-started in units of 625us. Default is
|
||||
6400ms.</description>
|
||||
6400 units (4000ms).</description>
|
||||
<advanced>true</advanced>
|
||||
<default>6400</default>
|
||||
</parameter>
|
||||
<parameter name="passiveScanWindow" type="integer" min="4" max="16384">
|
||||
<label>Passive Scan Window</label>
|
||||
<description>Passive scan Window defines how long time the scanner will listen on a certain frequency and try to
|
||||
pick up advertisement packets. Default is 6400ms.</description>
|
||||
pick up advertisement packets. Default is 6400 units (4000ms).</description>
|
||||
<advanced>true</advanced>
|
||||
<default>6400</default>
|
||||
</parameter>
|
||||
<parameter name="activeScanInterval" type="integer" min="4" max="16384">
|
||||
<label>Active Scan Interval</label>
|
||||
<description>Active scan interval defines the interval when scanning is re-started in units of 625us. Default is
|
||||
6400ms.</description>
|
||||
6400 units (4000ms).</description>
|
||||
<advanced>true</advanced>
|
||||
<default>6400</default>
|
||||
</parameter>
|
||||
<parameter name="activeScanWindow" type="integer" min="4" max="16384">
|
||||
<label>Active Scan Window</label>
|
||||
<description>Active scan Window defines how long time the scanner will listen on a certain frequency and try to pick
|
||||
up advertisement packets. Default is 6400ms.</description>
|
||||
up advertisement packets. Default is 6400 units (4000ms).</description>
|
||||
<advanced>true</advanced>
|
||||
<default>6400</default>
|
||||
</parameter>
|
||||
<parameter name="connIntervalMin" type="integer" min="6" max="3200">
|
||||
<label>Minimum Connection Interval</label>
|
||||
<description>Minimum connection interval in units of 1.25ms. Default is 100ms.</description>
|
||||
<description>Minimum connection interval in units of 1.25ms. Default is 80 units (100ms).</description>
|
||||
<advanced>true</advanced>
|
||||
<default>80</default>
|
||||
</parameter>
|
||||
<parameter name="connIntervalMax" type="integer" min="6" max="3200">
|
||||
<label>Maximum Connection Interval</label>
|
||||
<description>Maximum connection interval in units of 1.25ms. Default is 1000ms.</description>
|
||||
<description>Maximum connection interval in units of 1.25ms. Default is 800 units (1000ms).</description>
|
||||
<advanced>true</advanced>
|
||||
<default>800</default>
|
||||
</parameter>
|
||||
@ -88,7 +88,7 @@
|
||||
<parameter name="connTimeout" type="integer" min="10" max="3200">
|
||||
<label>Connection Supervision Timeout</label>
|
||||
<description>Connection supervision timeout in units of 10ms defines how long the devices can be out of range before
|
||||
the connection is closed. Default is 10000ms.</description>
|
||||
the connection is closed. Default is 1000 units (10000ms).</description>
|
||||
<advanced>true</advanced>
|
||||
<default>1000</default>
|
||||
</parameter>
|
||||
|
Loading…
Reference in New Issue
Block a user