17.02.2017, 12:26
Hm...
Did not work. I entered the following:
----------------------------------------------------------
myobjects = grp.tag('Status_value')
for index, value in ipairs(myobjects) do
grp.read(myobjects)
end
grp.read('0/0/3')
-----------------------------------------------
The last grp.read() is just for me to see that the script is running...
I did not get any read requests on the group adresses tagged with 'Status_value'. Maybe the grp.read() is not the correct command to use in my case?
I am rather new to this scripting things, so please bear with me :-)
Did not work. I entered the following:
----------------------------------------------------------
myobjects = grp.tag('Status_value')
for index, value in ipairs(myobjects) do
grp.read(myobjects)
end
grp.read('0/0/3')
-----------------------------------------------
The last grp.read() is just for me to see that the script is running...
I did not get any read requests on the group adresses tagged with 'Status_value'. Maybe the grp.read() is not the correct command to use in my case?
I am rather new to this scripting things, so please bear with me :-)
There are 10 kinds of people in the world; those who can read binary and those who don'tÂ