Commit 52756a0b authored by project's avatar project

--no commit message

--no commit message
parent f3433634
......@@ -11,6 +11,7 @@ function perform_function(context,request,response){
var nfiles = data.data.length;
var i = 0;
while (i < nfiles) {
var filename = data.data[i].filename;
var filecontent = data.data[i].value;
......@@ -23,7 +24,7 @@ function perform_function(context,request,response){
let _result = {
"object_type":"ibitz",
"station_id" : filename,
"station_id" : filename, // need to change to exact station, latitude, longitude
"data":[]
};
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment