Physical-web: Added status (found, updated and lost) as msg.topic (#206)

Added msg.advertising = true/false to enable/disable advertising
Added status (lost, updated, found) as msg.topic, if not already set
Added checkbox to allow duplicates or not.

* Re-added optional topic to avoid breaking compatibility

* Cleaner topic slection
This commit is contained in:
Nathanaël Lécaudé
2016-05-20 11:00:52 -04:00
committed by Dave Conway-Jones
parent b23cf0b788
commit 966e7a520b
3 changed files with 48 additions and 33 deletions

View File

@@ -1,6 +1,6 @@
{
"name": "node-red-node-physical-web",
"version": "0.0.12",
"version": "0.0.13",
"description": "Node-RED nodes to interact with the Physical Web",
"main": "physical-web.js",
"scripts": {