diff options
author | Fulup Ar Foll <fulup@iot.bzh> | 2017-08-22 13:58:57 +0200 |
---|---|---|
committer | Fulup Ar Foll <fulup@iot.bzh> | 2017-08-22 13:59:39 +0200 |
commit | 900bb5fd6b48a83c636e61a400464725b41e0d96 (patch) | |
tree | ce94f07963f7ab6ff63d2bbc23f9808af76b3221 /htdocs/audio-control.html | |
parent | 0b718e49e2ae9e99247d3b5c31bb3fa24e08caab (diff) |
Minor Fix on LUA script search path
Diffstat (limited to 'htdocs/audio-control.html')
-rw-r--r-- | htdocs/audio-control.html | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/htdocs/audio-control.html b/htdocs/audio-control.html index fe1120b..06010e5 100644 --- a/htdocs/audio-control.html +++ b/htdocs/audio-control.html @@ -32,8 +32,7 @@ <br> <li><button onclick="callbinder('control','request' , {'target':'_Simple_Echo_Args', 'args':{speed:20}});">LUA function</button></li> <li><button onclick="callbinder('control','request' , {'target':'_Simple_Timer_Test', args:{label:'MyTimer', 'delay':3000, 'count':10}});">LUA Timer</button></li> - <li><button onclick="callbinder('control','scriptlua', {'target':'helloworld.lua', args:{'arg1':'abcd', 'next':7890, 'last':[1,2,3,4]}});">LUA script</button></li> - <li><button onclick="callbinder('control','execlua','print(\'Bonjours\'); return true, 1234');">LUA string</button></li> + <li><button onclick="callbinder('control','debuglua' , {'target':'helloworld', args:{'arg1':'abcd', 'next':7890, 'last':[1,2,3,4]}});">LUA script</button></li> </ol> |