mirror of
https://github.com/node-red/node-red-nodes.git
synced 2023-10-10 13:36:58 +02:00
Bump version number and add TLM count to the standard options
This commit is contained in:
parent
71f1de7984
commit
78d69656ea
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "node-red-node-physical-web",
|
"name": "node-red-node-physical-web",
|
||||||
"version": "0.0.3",
|
"version": "0.0.4",
|
||||||
"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": {
|
||||||
|
@ -29,7 +29,8 @@ module.exports = function(RED) {
|
|||||||
|
|
||||||
node.options = {
|
node.options = {
|
||||||
txPowerLevel: node.power,
|
txPowerLevel: node.power,
|
||||||
tlmPeriod: node.period
|
tlmPeriod: node.period,
|
||||||
|
tlmCount: 2
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user