We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ede2cff commit d70d9e0Copy full SHA for d70d9e0
README.md
@@ -28,7 +28,7 @@ bluetooth adapter = integer number of bluetooth devices, run hciconfig to see yo
28
scan type = 0 for passive, 1 for active advertising scan, some BLE sensors only share data on type 4 response active advertising packets
29
scan window = integer number that is multiplied by 0.625 to set advertising scanning window in milliseconds. Try 100 to start.
30
scan interval = integer number that is multiplied by 0.625 to set advertising scanning interval in milliseconds. Try 1000 to start.
31
-BLE scanning requires root equivalent rights, therefor sudo is necessary.
+BLE scanning requires root equivalent rights, therefore sudo is necessary.
32
```
33
34
Example JSON published to MQTT topic:
0 commit comments