fix physics-web node package.son

This commit is contained in:
Dave Conway-Jones 2015-12-01 16:17:44 +00:00
parent 083d2841db
commit 8a4b0892b1
2 changed files with 8 additions and 6 deletions

View File

@ -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

View File

@ -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",