From 8a4b0892b115af715581d09a391546c1f78109e2 Mon Sep 17 00:00:00 2001 From: Dave Conway-Jones Date: Tue, 1 Dec 2015 16:17:44 +0000 Subject: [PATCH] fix physics-web node package.son --- hardware/physical-web/README.md | 6 +++--- hardware/physical-web/package.json | 8 +++++--- 2 files changed, 8 insertions(+), 6 deletions(-) diff --git a/hardware/physical-web/README.md b/hardware/physical-web/README.md index 181acc44..4ea69d9c 100644 --- a/hardware/physical-web/README.md +++ b/hardware/physical-web/README.md @@ -25,14 +25,14 @@ A node to scan for local Eddystones and output information about discovered URLs Two types of messages will be emitted: -- **URL** - +- **URL** - - *type* - Eddystone type - *txPower* - Received power at 0m in dBm - *url* - The URL the beacon is broadcasting - *tlm* - TLM data, if the device is interleaving broadcasts - *rssi* - RSSI of the beacon - *distance* - Estimated distance to the beacon -- **UID** - +- **UID** - - *type* - Eddystone type - *txPower* - Received power at 0m in dBm - *namespace* - 10-byte ID of namspace @@ -44,7 +44,7 @@ Two types of messages will be emitted: Where the tlm data will be in the following format - **tlm** - - - *version* - TML version + - *version* - TLM version - *vbatt* - Battery Voltage - *temp* - Temperature - *advCnt* - Advertising PDU count diff --git a/hardware/physical-web/package.json b/hardware/physical-web/package.json index c0150a18..df490c9e 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.2", + "version": "0.0.3", "description": "A set of nodes to interact with the Phyical Web", "main": "physical-web.js", "scripts": { @@ -14,11 +14,13 @@ "ble" ], "node-red": { - "physical-web": "physical-web.js" + "nodes" : { + "physical-web": "physical-web.js" + } }, "repository": { "type": "git", - "url": "https://github.com/node-red/node-red-nodes.git" + "url": "https://github.com/node-red/node-red-nodes/tree/master/hardware/physical-web" }, "author": { "name": "Ben Hardill",