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", "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": {

View File

@ -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
} }