aboutsummaryrefslogtreecommitdiffstats
path: root/htdocs/audio-control.html
diff options
context:
space:
mode:
Diffstat (limited to 'htdocs/audio-control.html')
-rw-r--r--htdocs/audio-control.html3
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>