Skip to content

Commit

Permalink
Update README
Browse files Browse the repository at this point in the history
  • Loading branch information
sbernhard committed Apr 30, 2018
1 parent 296ccb2 commit fbd288e
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# node-red-contrib-bt-presence

A <a href="http://nodered.org" target="_new">Node-RED</a> node which uses l2ping to determine the presence of one or more bluetooth devices. This node
does provide the collective bluetooth state. Means, only if no bluetooth device at all is reachable, "not-present" will be signalized.
provides the collective bluetooth state. Means, only if no bluetooth device at all is reachable, "not-present" will be signalized.

The node uses https://github.com/cmvee/bt-presence

Expand All @@ -11,9 +11,6 @@ Run the following command in the root directory of your Node-RED install or use

npm install node-red-contrib-bt-presence

Currently (2017-12-19) a patch for bt-presence is necessary: https://github.com/cmvee/bt-presence/pull/3
Make sure that this change is used. You will need to patch it manually right now.

## Usage

* Add the bluetooth devices you want to scan. To enter more than one, use a comma to separate them.
Expand Down

0 comments on commit fbd288e

Please sign in to comment.