mirror of
https://github.com/node-red/node-red-nodes.git
synced 2023-10-10 13:36:58 +02:00
fix physics-web node package.son
This commit is contained in:
parent
083d2841db
commit
8a4b0892b1
@ -44,7 +44,7 @@ Two types of messages will be emitted:
|
|||||||
Where the tlm data will be in the following format
|
Where the tlm data will be in the following format
|
||||||
|
|
||||||
- **tlm** -
|
- **tlm** -
|
||||||
- *version* - TML version
|
- *version* - TLM version
|
||||||
- *vbatt* - Battery Voltage
|
- *vbatt* - Battery Voltage
|
||||||
- *temp* - Temperature
|
- *temp* - Temperature
|
||||||
- *advCnt* - Advertising PDU count
|
- *advCnt* - Advertising PDU count
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "node-red-node-physical-web",
|
"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",
|
"description": "A set of nodes to interact with the Phyical Web",
|
||||||
"main": "physical-web.js",
|
"main": "physical-web.js",
|
||||||
"scripts": {
|
"scripts": {
|
||||||
@ -14,11 +14,13 @@
|
|||||||
"ble"
|
"ble"
|
||||||
],
|
],
|
||||||
"node-red": {
|
"node-red": {
|
||||||
"physical-web": "physical-web.js"
|
"nodes" : {
|
||||||
|
"physical-web": "physical-web.js"
|
||||||
|
}
|
||||||
},
|
},
|
||||||
"repository": {
|
"repository": {
|
||||||
"type": "git",
|
"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": {
|
"author": {
|
||||||
"name": "Ben Hardill",
|
"name": "Ben Hardill",
|
||||||
|
Loading…
x
Reference in New Issue
Block a user