Search found 2 matches

by figaro
Thursday 22 February 2018 12:16
Forum: LUA
Topic: impossible execution code LUA
Replies: 2
Views: 733

Re: impossible execution code LUA

Hello
I thank you for this answer I will try, I think your explanation will be enough for it to work
Thank you again for your help
by figaro
Wednesday 21 February 2018 22:19
Forum: LUA
Topic: impossible execution code LUA
Replies: 2
Views: 733

impossible execution code LUA

Hello everyone
I start in the LUA coding, I have a contact to which I try a code it is to display a text in a virtual device, I simply copied the following code:

- Lighting Entry Light.
commandArray = {}
if (devicechanged ['tank']) then
commandArray [ 'tank'] = 'On'
print ('Ignition')
http: //192 ...