diff options
Diffstat (limited to 'htdocs')
-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 bc01401..fd2e89c 100644 --- a/htdocs/UNICENS.html +++ b/htdocs/UNICENS.html @@ -42,6 +42,9 @@ </ol> <ol> <li><button onclick="callbinder('UNICENS','sendmessageb64', {node: 0x270, msgid: 0x5AC4, data:'ESIzRA=='})">Send ControlMsgB64 to 0x270</button></li> + <li><button onclick="callbinder('UNICENS','sendmessageb64', {node: 0x270, msgid: 0x5AC4})">Send ControlMsgB64 to 0x270 (no data)</button></li> + <!--<li><button onclick="callbinder('UNICENS','sendmessageb64', {node: 0x270, msgid: 0x5AC4, data: null})">Send ControlMsgB64 to 0x270 (data: null)</button></li>--> + <!--<li><button onclick="callbinder('UNICENS','sendmessageb64', {node: 0x270, msgid: 0x5AC4, data: ''})">Send ControlMsgB64 to 0x270 (data: '')</button></li>--> </ol> <br> <br> |