diff options
author | Jan-Simon Moeller <jsmoeller@linuxfoundation.org> | 2017-12-20 23:14:07 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@automotivelinux.org> | 2017-12-20 23:14:07 +0000 |
commit | 3285a51b4d6b6d5e8aeba1f3dda76806f931a6b9 (patch) | |
tree | 3cfd007493b238c4483e4e1b0397e915e5a96338 /htdocs | |
parent | 3f495778a07c5fdbefa77d7df5f5c36de630fc67 (diff) | |
parent | 5502a08830020b981f767fc539a8921f4fbfc3d1 (diff) |
Merge "agl-service-unicens: Rx message event" into eeleel_5.0.3eel_5.0.2eel_5.0.1eel_5.0.0eel_4.99.5eel/5.0.3eel/5.0.2eel/5.0.1eel/5.0.0eel/4.99.55.0.35.0.25.0.15.0.04.99.5
Diffstat (limited to 'htdocs')
-rw-r--r-- | htdocs/UNICENS.html | 3 |
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> |