diff options
author | Fulup Ar Foll <fulup@iot.bzh> | 2017-08-16 19:18:46 +0200 |
---|---|---|
committer | Fulup Ar Foll <fulup@iot.bzh> | 2017-08-16 19:18:46 +0200 |
commit | a4899ab57f08aeb2741d08f74d7593c85a0ad3f4 (patch) | |
tree | 64ee18c96a149f67259ddc166814bf2d74eabe00 /htdocs/audio-control.html | |
parent | 61f0f263c335ad403c6693a1b8b6f5428ac180a8 (diff) |
Fix DoScript Lua Updated Documentation.
Diffstat (limited to 'htdocs/audio-control.html')
-rw-r--r-- | htdocs/audio-control.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/htdocs/audio-control.html b/htdocs/audio-control.html index 89addcc..d51f527 100644 --- a/htdocs/audio-control.html +++ b/htdocs/audio-control.html @@ -31,7 +31,7 @@ <br> <li><button onclick="callbinder('control','lua_dostring','print(\'Bonjours\'); return true, 1234');">LUA string</button></li> <li><button onclick="callbinder('control','lua_docall' , {'func':'Simple_Echo_Args', 'args':{speed:20}});">LUA function</button></li> - <li><button onclick="callbinder('control','lua_doscript', {'script':'helloworld-lua-script.lua', args:{'arg1':'abcd', 'next':7890, 'last':[1,2,3,4]}});">LUA script</button></li> + <li><button onclick="callbinder('control','lua_doscript', {'script':'helloworld.lua', args:{'arg1':'abcd', 'next':7890, 'last':[1,2,3,4]}});">LUA script</button></li> </ol> |