diff --git a/hardware/physical-web/package.json b/hardware/physical-web/package.json index df490c9e..c9572ddf 100644 --- a/hardware/physical-web/package.json +++ b/hardware/physical-web/package.json @@ -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": { diff --git a/hardware/physical-web/physical-web.js b/hardware/physical-web/physical-web.js index 3c1bd4d7..e7b9716f 100644 --- a/hardware/physical-web/physical-web.js +++ b/hardware/physical-web/physical-web.js @@ -29,7 +29,8 @@ module.exports = function(RED) { node.options = { txPowerLevel: node.power, - tlmPeriod: node.period + tlmPeriod: node.period, + tlmCount: 2 }