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
|
||||
|
||||
- **tlm** -
|
||||
- *version* - TML version
|
||||
- *version* - TLM version
|
||||
- *vbatt* - Battery Voltage
|
||||
- *temp* - Temperature
|
||||
- *advCnt* - Advertising PDU count
|
||||
|
@ -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": {
|
||||
"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",
|
||||
|
Loading…
Reference in New Issue
Block a user