diff options
author | fulup <fulup.arfoll@iot.bzh> | 2017-08-09 18:53:17 +0200 |
---|---|---|
committer | fulup <fulup.arfoll@iot.bzh> | 2017-08-09 18:53:17 +0200 |
commit | 302d4bfcc49c69ea8251e1755ba3876555f680aa (patch) | |
tree | 67442e1037462e667b368e1ee61e27499d836c04 /data/helloworld-lua-script.lua | |
parent | f817ce67ff6344f181d221c859e1cb2231a3dac4 (diff) |
Not Working LUA user_data
Diffstat (limited to 'data/helloworld-lua-script.lua')
-rw-r--r-- | data/helloworld-lua-script.lua | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/data/helloworld-lua-script.lua b/data/helloworld-lua-script.lua index 8386bc0..7dd0459 100644 --- a/data/helloworld-lua-script.lua +++ b/data/helloworld-lua-script.lua @@ -37,5 +37,5 @@ -- return two arguments on top of status - return true, 1234, "ABCD" + return true, 1234, "ABCD", 5678 |