18.09.2016, 11:37
Hi,
Use this in your event based script:
value = event.getvalue()
if value == true then -- or use =< 21
-- put here your push command
elseif value == false then -- or use => 22
-- put here your action / command
end
BR,
Erwin
Use this in your event based script:
value = event.getvalue()
if value == true then -- or use =< 21
-- put here your push command
elseif value == false then -- or use => 22
-- put here your action / command
end
BR,
Erwin