diff options
author | Tobias Jahnke <tjahnk@users.noreply.github.com> | 2017-08-03 16:48:18 +0200 |
---|---|---|
committer | Tobias Jahnke <tjahnk@users.noreply.github.com> | 2017-08-03 16:48:18 +0200 |
commit | e9aa8f0519f75d8dc1d698e11596c4720cd977e5 (patch) | |
tree | 7e48967a3b2587cbb898173ba4da49fc0cdb6a50 /htdocs | |
parent | 070569777b69eb2d36c4c8a3a4b10ce498f559ff (diff) |
adds node-availibility event and subscribe function
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> |