summaryrefslogtreecommitdiffstats
path: root/htdocs
diff options
context:
space:
mode:
authorFulup Ar Foll <fulup@iot.bzh>2017-08-23 21:55:48 +0200
committerFulup Ar Foll <fulup@iot.bzh>2017-08-23 21:55:48 +0200
commitde0a0595316d15c0cb639816fc3c0413541a49d5 (patch)
tree77b797fa5099f59beb4355677431997090517a5f /htdocs
parent38f2492a94d42f2c45d76f81928a94d0184457b1 (diff)
Added sample for synchronous control request and update documentation
to support monitoring.
Diffstat (limited to 'htdocs')
-rw-r--r--htdocs/index.html4
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>