I’m trying to read/write basic datatype arrays using MappConnect but it doesn’t seem to work. I can read and write the entire array, but a single element doesn’t work.
If I try to write
{
"value" : [0,0,0]
}
to URL:
Which should be
ns=5;s=::demo:test_arrays.New_Member1.ints
It works fine.
Writing
{
"value" : 0
}
to nodeID
ns=5;s=::demo:test_arrays.New_Member1.ints[0]
Fails and says it can’t find the node.
Is this possible?