summaryrefslogtreecommitdiffstats
path: root/htdocs
diff options
context:
space:
mode:
authorTobias Jahnke <tjahnk@users.noreply.github.com>2017-08-02 09:04:07 +0200
committerTobias Jahnke <tjahnk@users.noreply.github.com>2017-08-02 09:04:07 +0200
commit6728ba8c4aec286f57cf3b0ce01b966dae544bbc (patch)
treefe3adbef443fe6d75cae41955d11933aafb63d17 /htdocs
parenta3f6197178cd216799e2fd795f294ef8ac23fb8f (diff)
cleanup of API i2cwrite
Diffstat (limited to 'htdocs')
-rw-r--r--htdocs/UNICENS.html6
1 files changed, 3 insertions, 3 deletions
diff --git a/htdocs/UNICENS.html b/htdocs/UNICENS.html
index 1a21b41..176e11d 100644
--- a/htdocs/UNICENS.html
+++ b/htdocs/UNICENS.html
@@ -32,9 +32,9 @@
</ol>
<br>
<ol>
- <li><button onclick="callbinder('UNICENS','write_i2c', {node_address: 0x270, i2c_data:[0x07,0x03,0xFF]})">Write I2C to 0x270 (mute)</button></li>
- <li><button onclick="callbinder('UNICENS','write_i2c', {node_address: 0x271, i2c_data:[0x07,0x03,0xFF]})">Write I2C to 0x271 (mute)</button></li>
- <li><button onclick="callbinder('UNICENS','write_i2c', {node_address: 0x272, i2c_data:[0x07,0x03,0xFF]})">Write I2C to 0x272 (mute)</button></li>
+ <li><button onclick="callbinder('UNICENS','writei2c', {node: 0x270, data:[0x07,0x03,0xFF]})">WriteI2c to 0x270 (mute)</button></li>
+ <li><button onclick="callbinder('UNICENS','writei2c', {node: 0x271, data:[0x07,0x03,0xFF]})">WriteI2c to 0x271 (mute)</button></li>
+ <li><button onclick="callbinder('UNICENS','writei2c', {node: 0x272, data:[0x07,0x03,0xFF]})">WriteI2c to 0x272 (mute)</button></li>
</ol>
<br>
<br>