process luxometer

This commit is contained in:
Martin Donnelly 2016-07-07 11:16:31 +01:00
parent d9ac54bd59
commit d4ded39cb5

View File

@ -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 = [];