diff options
author | Tobias Jahnke <tobias.jahnke@microchip.com> | 2018-05-07 16:07:17 +0200 |
---|---|---|
committer | Tobias Jahnke <tobias.jahnke@microchip.com> | 2018-05-07 16:12:59 +0200 |
commit | 84c3e1b169038e181526b4fbadab3d8f9322717c (patch) | |
tree | 4c12cc68e8f760f37107c26e627d4b8d16b5677a /htdocs/UNICENS.html | |
parent | fe3f7fe258ad72e430806266a26da40e2b9a1311 (diff) |
agl-service-unicens: prepare control message transmission in b64 format
Bug-AGL: SPEC-1177
Add new verb sendmessageb64.
Change-Id: I4f7c67141ede4e5c5d5f60acb4dd93ca4b46c271
Signed-off-by: Tobias Jahnke <tobias.jahnke@microchip.com>
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"> |