Skip to content

Commit 35a1cd9

Browse files
authored
Update latch latency and power mode explanation
1 parent 794c1a5 commit 35a1cd9

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -174,11 +174,15 @@ Beaconstac.getInstance().setUserEmail(USER_EMAIL);
174174
```
175175

176176
__10. Set scan power mode__
177+
Set the power mode for Bluetooth low energy scan callbacks. Set to HIGH for frequent scans with high power consumption.
178+
Default value is set to BALANCED.
177179
```java
178180
Beaconstac.getInstance().setPowerMode(POWER_MODE);
179181
```
180182

181183
__11. Set latch latency__
184+
Set the device's willingness to camp-on to new beacons if it is already camped on to one. If set to LOW the device switches to the other beacons quickly and if set to HIGH the device's attachment will be steady.
185+
The default value is set to MEDIUM.
182186
```java
183187
Beaconstac.getInstance().setLatchLatency(LATCH_LATENCY);
184188
```

0 commit comments

Comments
 (0)