Site updated at 2016-07-08 17:05:38 UTC

This commit is contained in:
Travis CI 2016-07-08 17:05:38 +00:00
parent 3c34c0b617
commit 640a07fcbe
25 changed files with 283 additions and 36 deletions

View file

@ -89,7 +89,8 @@
<hr class="divider">
<p>This tracker discovers new devices on boot and tracks bluetooth devices periodically based on interval_seconds value. Devices discovered are stored with bt_ as the prefix for device mac in <code>known_devices.yaml</code>.</p>
<p>This tracker discovers new devices on boot and tracks bluetooth devices periodically based on interval_seconds value. It is not requiered to pair the devices with eachother! <br />
Devices discovered are stored with bt_ as the prefix for device mac address in <code>known_devices.yaml</code>.</p>
<p class="note">
Requires PyBluez. If you are on raspbian, make sure you first install <code>bluetooth</code> and <code>libbluetooth-dev</code> by running <code>sudo apt install bluetooth libbluetooth-dev</code>