diff options
author | Tobias Jahnke <tobias.jahnke@microchip.com> | 2018-05-09 11:35:38 +0200 |
---|---|---|
committer | Tobias Jahnke <tobias.jahnke@microchip.com> | 2018-05-09 11:35:38 +0200 |
commit | 98fb362c23bcbd4bd300abe6154450e3fd37d250 (patch) | |
tree | 35c8412092ba1920c0e58244790f32ac04d47409 /htdocs/UNICENS.html | |
parent | 216ae6b4e1c6eac62dea123816ccb1314c8362c9 (diff) |
agl-service-unicens: replace legacy sendmessage
Bug-AGL: SPEC-1177
Replace verb sendmessage using interger array by new
new version now using base64 coded string.
Change-Id: I1b06ad353a13b1e6b2f335c9567cd923960d8104
Signed-off-by: Tobias Jahnke <tobias.jahnke@microchip.com>
Diffstat (limited to 'htdocs/UNICENS.html')
-rw-r--r-- | htdocs/UNICENS.html | 11 |
1 files changed, 4 insertions, 7 deletions
diff --git a/htdocs/UNICENS.html b/htdocs/UNICENS.html index fd2e89c..ab478f6 100644 --- a/htdocs/UNICENS.html +++ b/htdocs/UNICENS.html @@ -38,13 +38,10 @@ <li><button onclick="callbinder('UNICENS','writei2c', {node: 0x272, data:[0x07,0x03,0xFF]})">WriteI2c to 0x272 (mute)</button></li> </ol> <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> - <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>--> + <li><button onclick="callbinder('UNICENS','sendmessage', {node: 0x270, msgid: 0x5AC4, data:'ESIzRA=='})">Send ControlMsgB64 to 0x270</button></li> + <li><button onclick="callbinder('UNICENS','sendmessage', {node: 0x270, msgid: 0x5AC4})">Send ControlMsgB64 to 0x270 (no data)</button></li> + <!--<li><button onclick="callbinder('UNICENS','sendmessage', {node: 0x270, msgid: 0x5AC4, data: null})">Send ControlMsgB64 to 0x270 (data: null)</button></li>--> + <!--<li><button onclick="callbinder('UNICENS','sendmessage', {node: 0x270, msgid: 0x5AC4, data: ''})">Send ControlMsgB64 to 0x270 (data: '')</button></li>--> </ol> <br> <br> |