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

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