1
0
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:
Ben Hardill 2016-02-21 13:56:56 +00:00
parent 71f1de7984
commit 78d69656ea
2 changed files with 3 additions and 2 deletions

View File

@ -1,6 +1,6 @@
{
"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",
"main": "physical-web.js",
"scripts": {

View File

@ -29,7 +29,8 @@ module.exports = function(RED) {
node.options = {
txPowerLevel: node.power,
tlmPeriod: node.period
tlmPeriod: node.period,
tlmCount: 2
}