Manser
May 31st, 2010, 07:18 AM
This Lua State works well on a Windos PC but not on a WIN CE Device!
Any Idea?
if NetRemote.GetVariable("Sanyo_XU116_IP092_1.Input") == "2" and NetRemote.GetVariable("Sanyo_XU116_IP092_1.Status") == "Gerät läuft" then
return true
else
return false
end
This lua State Works on a CE Device:
if NetRemote.GetVariable("Sanyo_XU116_IP092_1.Input") == "2" then
return true
else
return false
end
Any Idea?
if NetRemote.GetVariable("Sanyo_XU116_IP092_1.Input") == "2" and NetRemote.GetVariable("Sanyo_XU116_IP092_1.Status") == "Gerät läuft" then
return true
else
return false
end
This lua State Works on a CE Device:
if NetRemote.GetVariable("Sanyo_XU116_IP092_1.Input") == "2" then
return true
else
return false
end