From d4ded39cb5ab4b3d9657cd7aa21daaa741f6038c Mon Sep 17 00:00:00 2001 From: Martin Donnelly Date: Thu, 7 Jul 2016 11:16:31 +0100 Subject: [PATCH] process luxometer --- lib/index.js | 1 + 1 file changed, 1 insertion(+) diff --git a/lib/index.js b/lib/index.js index c1e9659..aee15b6 100644 --- a/lib/index.js +++ b/lib/index.js @@ -29,6 +29,7 @@ bluetest = module.exports = function(options) { core.processLuxData = function(data) { var m, e, lux; var _data = data.toString(); + logger.debug(data); logger.debug(_data); var wH = _data.slice(-5).split(' '); var wB = [];