agl-service-unicens: prepare control message transmission in b64 format
[apps/agl-service-unicens.git] / htdocs / UNICENS.html
index a2cdb28..bc01401 100644 (file)
@@ -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>
@@ -39,6 +40,9 @@
     <ol>
     <li><button onclick="callbinder('UNICENS','sendmessage', {node: 0x270, msgid: 0x5AC4, data:[0x01,0x02,0xFF]})">Send ControlMsg to 0x270</button></li>
     </ol>
+    <ol>
+    <li><button onclick="callbinder('UNICENS','sendmessageb64', {node: 0x270, msgid: 0x5AC4, data:'ESIzRA=='})">Send ControlMsgB64 to 0x270</button></li>
+    </ol>
     <br>
     <br>
     <div id="main" style="visibility:hidden">