16.12.2020, 08:18
(16.12.2020, 08:02)admin Wrote: Use grp.gevalue:
Code:$(function() {
var value = grp.getvalue('1/1/1');
console.log(value);
});
Thanks Admin,
I had tried that, but it was not working. it seems that I made a mistake somewhere else in my code.
found it and know it is working.
can we use al the LUA grp options in javascript grp.read, grp.write, grp.update etc etc?
BR,
Mischa