Skip to content
Snippets Groups Projects
Commit 8fb238fd authored by puma's avatar puma
Browse files

Update bpm

parent 1c103c35
No related branches found
No related tags found
No related merge requests found
......@@ -63,6 +63,7 @@
for (let device in data) {
console.log(device);
for (let i=0; i<data[device].Hor.lenght; i++) {
console.log(i);
if (data[device].Hor[i].indexOf(param)<-1) console.log(device, i, data[device].Hor[i]);
}
}
......
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