diff options
author | Walt Miner <walt@linux.com> | 2018-06-08 12:05:51 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@automotivelinux.org> | 2018-06-08 12:05:51 +0000 |
commit | b9b2ba9746e4725d30490f2acd3bcb0334d22130 (patch) | |
tree | 15bb61f7690fc90b87e601289c338ba4b5cd8bae /htdocs/UNICENS.html | |
parent | 9e54da1917fc3958d49fa4d7c15c44643c84b75e (diff) | |
parent | 2c74cc419677a6470f537a2a374a3b31fee5da07 (diff) |
Merge "agl-service-unicens: prepare control message transmission in b64 format" into eel
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"> |