diff options
Diffstat (limited to 'htdocs/UNICENS.html')
-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> |