diff options
Diffstat (limited to 'htdocs/UNICENS.html')
-rw-r--r-- | htdocs/UNICENS.html | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/htdocs/UNICENS.html b/htdocs/UNICENS.html index e2505ae..bc01401 100644 --- a/htdocs/UNICENS.html +++ b/htdocs/UNICENS.html @@ -40,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"> |