diff --git a/hardware/physical-web/icons/physical-web.png b/hardware/physical-web/icons/physical-web.png index 863a3f88..f22fb281 100644 Binary files a/hardware/physical-web/icons/physical-web.png and b/hardware/physical-web/icons/physical-web.png differ diff --git a/hardware/physical-web/package.json b/hardware/physical-web/package.json index ca2e12d5..f8f759df 100644 --- a/hardware/physical-web/package.json +++ b/hardware/physical-web/package.json @@ -1,7 +1,7 @@ { "name": "node-red-node-physical-web", - "version": "0.0.6", - "description": "A set of nodes to interact with the Phyical Web", + "version": "0.0.7", + "description": "Node-RED nodes to interact with the Physical Web", "main": "physical-web.js", "scripts": { "test": "echo \"Error: no test specified\" && exit 1" diff --git a/hardware/physical-web/physical-web.html b/hardware/physical-web/physical-web.html index 71630fa6..4feda97e 100644 --- a/hardware/physical-web/physical-web.html +++ b/hardware/physical-web/physical-web.html @@ -69,7 +69,7 @@ RED.nodes.registerType('PhysicalWeb in',{ category: 'Physical_Web', defaults: { - name: {value:"Eddystone"}, + name: {value:""}, topic: {value:"eddystone"} }, color: "#2F7ACD", @@ -88,9 +88,9 @@