aboutsummaryrefslogtreecommitdiffstats
path: root/htdocs/UNICENS.html
diff options
context:
space:
mode:
authorTobias Jahnke <tobias.jahnke@microchip.com>2017-12-20 17:29:35 +0100
committerTobias Jahnke <tobias.jahnke@microchip.com>2017-12-20 17:29:35 +0100
commit24552c17d18bb703abe256f837c41cf694649f7e (patch)
treed0128fdeb74dd0ce433f9fd79736acdb41d8f0d3 /htdocs/UNICENS.html
parentdef4ba56e84ba75149d35475e098e1f8420532bb (diff)
agl-service-unicens: Rx message event
Bug-AGL: SPEC-1177 Implements /subscriberx function. Control Rx messages will be notified to subscribers. If no subscriber is assigned, then Rx messages are discarded. This avoids Rx stuck issues after receiving multiple messages. Change-Id: Idb71569b8ff6f651833d7d01c37a3eea866daf1d Signed-off-by: Tobias Jahnke <tobias.jahnke@microchip.com>
Diffstat (limited to 'htdocs/UNICENS.html')
-rw-r--r--htdocs/UNICENS.html3
1 files changed, 2 insertions, 1 deletions
diff --git a/htdocs/UNICENS.html b/htdocs/UNICENS.html
index a2cdb28..e2505ae 100644
--- a/htdocs/UNICENS.html
+++ b/htdocs/UNICENS.html
@@ -16,7 +16,8 @@
<br>
<ol>
- <li><button onclick="callbinder('UNICENS','subscribe', {})">Subscribe to events</button></li>
+ <li><button onclick="callbinder('UNICENS','subscribe', {})">Subscribe to network events</button></li>
+ <li><button onclick="callbinder('UNICENS','subscriberx', {})">Subscribe to Rx message events</button></li>
<li><button onclick="callbinder('UNICENS','initialise', {filename:ucs2_config})">Parse XML and Start UNICENS</button></li>
</ol>
<br>