mirror of
https://gitlab.silvrtree.co.uk/martind2000/bluetest.git
synced 2025-01-26 21:16:18 +00:00
process luxometer
This commit is contained in:
parent
d9ac54bd59
commit
d4ded39cb5
@ -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 = [];
|
||||
|
Loading…
Reference in New Issue
Block a user