diff options
author | Fulup Ar Foll <fulup@iot.bzh> | 2017-08-23 21:55:48 +0200 |
---|---|---|
committer | Romain Forlot <romain.forlot@iot.bzh> | 2018-12-13 15:02:04 +0100 |
commit | e1129cb437d8faf2f25501dc77e7576ac02462e9 (patch) | |
tree | 77b797fa5099f59beb4355677431997090517a5f /htdocs/index.html | |
parent | b224327e877353275dc098c8f846c99c5fef551a (diff) |
Added sample for synchronous control request and update documentation
to support monitoring.
Diffstat (limited to 'htdocs/index.html')
-rw-r--r-- | htdocs/index.html | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/htdocs/index.html b/htdocs/index.html index 52baba3..3d51f2f 100644 --- a/htdocs/index.html +++ b/htdocs/index.html @@ -9,7 +9,8 @@ <body onload="init('hal_registry','alsacore', 'hallist')"> <h1>Simple Control Test</h1> - <button id="connected" onclick="init('hal_registry','alsacore', 'hallist')">Binder WS Fail</button> + <button id="connected" onclick="init('hal_registry','alsacore', 'hallist')">Binder WS Fail</button> + <button id="mnitoring" onclick="window.open('/monitoring/monitor.html','_monitor_ctl')">Debug/Monitoring</a></button> <br><br> @@ -21,6 +22,7 @@ <li><button onclick="callbinder('control','request' ,{'target':'_Simple_Timer_Test',args:{'label':'myTimer', 'delay':3000, 'count':10}});">Start Events Timer</button></li> <br> <li><button onclick="callbinder('control','request' ,{'target':'_Simple_Echo_Args', 'args':{speed:20}});">Simple Echo args</button></li> + <li><button onclick="callbinder('control','request' ,{'target':'_Simple_Monitor_Call', 'args':{verbosity:true}});">Service Call to Monitor</button></li> <br> <li><button onclick="callbinder('control','debuglua' ,{'target':'helloworld', args:{'arg1':'abcd', 'next':7890, 'last':[1,2,3,4]}});">Lua Debug Script</button></li> |