diff options
Diffstat (limited to 'htdocs')
-rw-r--r-- | htdocs/UNICENS.html | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/htdocs/UNICENS.html b/htdocs/UNICENS.html index 176e11d..d3fc285 100644 --- a/htdocs/UNICENS.html +++ b/htdocs/UNICENS.html @@ -16,6 +16,7 @@ <br> <ol> + <li><button onclick="callbinder('UNICENS','subscribe', {})">Subscribe to events</button></li> <li><button onclick="callbinder('UNICENS','initialise', {filename:ucs2_config})">Parse XML and Start UNICENS</button></li> <li><button onclick="callbinder('UNICENS','volume', {channel:'master', volume: 255})">Set Master Volume to 255</button></li> <li><button onclick="callbinder('unicens','volume', {channel:'master', volume: 230})">Set Master Volume to 230</button></li> |