node-red-contrib-viseo-file
Advanced tools
Comparing version 0.1.11 to 0.1.12
@@ -102,3 +102,3 @@ const helper = require('node-red-viseo-helper'); | ||
res = (action === "cell") ? getCell(node, parameters.cells, config) : getData(node, parameters.cells, config); | ||
res = (action === "cell") ? getCell(node, data, parameters.cells, config) : getData(node, parameters.cells, config); | ||
if (res.error) throw (res.error); | ||
@@ -137,3 +137,3 @@ } | ||
function getCell(node, cells, config) { | ||
function getCell(node, data, cells, config) { | ||
let cell_l = config.cell_l, | ||
@@ -140,0 +140,0 @@ cell_c = config.cell_c; |
{ | ||
"name": "node-red-contrib-viseo-file", | ||
"version": "0.1.11", | ||
"version": "0.1.12", | ||
"author": "Jean-Philippe Encausse <jp@encausse.net> (http://encausse.net/)", | ||
@@ -5,0 +5,0 @@ "description": "Utility nodes for SARAH", |
54337