sbernhard / node-red-contrib-bt-presence

Node-RED node to scan for available bluetooth devices using l2ping
https://bernhard-suttner.de
Apache License 2.0
1 stars 4 forks source link

Support bt-presence 2.0.0 #4

Closed johnwalicki closed 6 years ago

johnwalicki commented 6 years ago

The underlying bt-presence 2.0.0 has ABI function changes This patch supports the new functions in bt-presence 2.0.0

Upstream will need edits to package.json to pull in the newer version but I don't want to do that in this patch.

"dependencies": { "bt-presence": "^2.0.0" },

johnwalicki commented 6 years ago

@sbernhard Would you consider this node-red-contrib-bt-presence pull request to support bt-presence 2.0 ?

marciogranzotto commented 6 years ago

@sbernhard any news about this PR?

sbernhard commented 6 years ago

Please adjust dependencies to require >= 2.0.0 of the bt-presence nodejs package.