good morning
value = event.getvalue(here i want to take value from 5/1/1 how is posibole to now that were wil read?)
if value == "yourasciistring1" then
grp.update('1/1/1', 1)
elseif value == "yourasciistring2" then
grp.update('1/1/1', 2)
else
grp.update('1/1/1', 0)
end
thanks!
it the same script when i use value = grp.getvalue('1/1/1') every 2 second do it reload....is normal?
thanks
value = event.getvalue(here i want to take value from 5/1/1 how is posibole to now that were wil read?)
if value == "yourasciistring1" then
grp.update('1/1/1', 1)
elseif value == "yourasciistring2" then
grp.update('1/1/1', 2)
else
grp.update('1/1/1', 0)
end
thanks!
it the same script when i use value = grp.getvalue('1/1/1') every 2 second do it reload....is normal?
thanks