01.03.2018, 20:04
Code:
value = event.getvalue()
if value >= 25 then --if value is 25 or larger then
dosomething
elseif value < 25 then --if value is smaller than 25 then
dosomething
end
Best regards, Jørn.
Group value is temperature ... how
|
« Next Oldest | Next Newest »
|
Messages In This Thread |
Group value is temperature ... how - by kostal.borek - 01.03.2018, 15:44
RE: Group value is temperature ... how - by Jørn - 01.03.2018, 20:04
|