diff options
author | Fulup Ar Foll <fulup@iot.bzh> | 2017-08-17 00:56:43 +0200 |
---|---|---|
committer | Fulup Ar Foll <fulup@iot.bzh> | 2017-08-17 00:56:43 +0200 |
commit | 5e919fde0a4c66b0203c46b8f06f303fcceaedde (patch) | |
tree | 6e4937b46d7370e9c8abe1f9a829759deda75ba2 /htdocs | |
parent | a4899ab57f08aeb2741d08f74d7593c85a0ad3f4 (diff) |
Implemented Timer and Event from Lua
Diffstat (limited to 'htdocs')
-rw-r--r-- | htdocs/audio-control.html | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/htdocs/audio-control.html b/htdocs/audio-control.html index d51f527..d51ae55 100644 --- a/htdocs/audio-control.html +++ b/htdocs/audio-control.html @@ -32,6 +32,7 @@ <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', args:{'arg1':'abcd', 'next':7890, 'last':[1,2,3,4]}});">LUA script</button></li> + <li><button onclick="callbinder('control','lua_docall' , {'func':'Simple_Timer_Test', args:{label:'MyTimer', 'delay':3000, 'count':10}});">LUA Timer</button></li> </ol> |