From eef6f28e89d14dc07754d4c304f5fc957267479e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Nathana=C3=ABl=20L=C3=A9caud=C3=A9?= Date: Wed, 18 May 2016 12:19:10 -0400 Subject: [PATCH] physical- web: Added status Added status (lost, updated, found) as msg.topic. Added checkbox to allow duplicates or not. --- hardware/physical-web/package.json | 2 +- hardware/physical-web/physical-web.html | 53 +++++++++++++------------ hardware/physical-web/physical-web.js | 27 ++++++++++--- 3 files changed, 50 insertions(+), 32 deletions(-) diff --git a/hardware/physical-web/package.json b/hardware/physical-web/package.json index 18801f81..958d90bf 100644 --- a/hardware/physical-web/package.json +++ b/hardware/physical-web/package.json @@ -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": { diff --git a/hardware/physical-web/physical-web.html b/hardware/physical-web/physical-web.html index 381d20d0..f6ee85e6 100644 --- a/hardware/physical-web/physical-web.html +++ b/hardware/physical-web/physical-web.html @@ -12,10 +12,10 @@ -->