diff options
author | fulup <fulup.arfoll@iot.bzh> | 2017-08-15 12:48:59 +0200 |
---|---|---|
committer | fulup <fulup.arfoll@iot.bzh> | 2017-08-15 12:48:59 +0200 |
commit | e8b7ffa70194d1cc3ef4cc52bb0ace9f133514cf (patch) | |
tree | 63670aff03ca38b0a1da102f23e7223997f5b1f3 /htdocs/audio-control.html | |
parent | 96f0057d65fbb90d9faa02a3ae4ae37b357094db (diff) |
docall working with simple table
Diffstat (limited to 'htdocs/audio-control.html')
-rw-r--r-- | htdocs/audio-control.html | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/htdocs/audio-control.html b/htdocs/audio-control.html index 2025581..fdd3daa 100644 --- a/htdocs/audio-control.html +++ b/htdocs/audio-control.html @@ -29,9 +29,9 @@ <li><button onclick="callbinder('control','multimedia' ,{'xxx': 'multi'});">Select Mutimedia</button></li> <li><button onclick="callbinder('control','emergency' ,{'yyy': 'emerg'});">Select Emergency</button></li> <br> - <li><button onclick="callbinder('control','lua_dostring','print(\'Bonjours\'); return true, 4567');">LUA string</button></li> - <li><button onclick="callbinder('control','lua_docall' , {'func':'Adjust_Volume_Speed', 'args':[20]});">LUA function</button></li> - <li><button onclick="callbinder('control','lua_doscript', {'script':'helloworld-lua-script.lua', args:[{'arg1':'abcd'}, {'next':7890}, {'last':'xyz'}]});">LUA script</button></li> + <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> </ol> |