From 427b7d74c4a60de831e5da2eeca05e8307e7c5de Mon Sep 17 00:00:00 2001 From: Martin Donnelly Date: Thu, 7 Jul 2016 11:07:35 +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 9c6ef52..6b724d3 100644 --- a/lib/index.js +++ b/lib/index.js @@ -28,6 +28,7 @@ bluetest = module.exports = function(options) { core.processLuxData = function(data) { var m, e, lux; + logger.debug(data); var wH = data.slice(-5).split(' '); var wB = []; wB[0] = parseInt(wH[0], 16);