diff options
Diffstat (limited to 'htdocs/iotbzh-Binding.js')
-rw-r--r-- | htdocs/iotbzh-Binding.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/htdocs/iotbzh-Binding.js b/htdocs/iotbzh-Binding.js index ae32f83..1d28658 100644 --- a/htdocs/iotbzh-Binding.js +++ b/htdocs/iotbzh-Binding.js @@ -131,7 +131,7 @@ function init(elemID, api, verb, query) { function onopen() { // Request initial authorization - callbinder('xds-service', 'auth', ''); + callbinder('xds', 'auth', ''); document.getElementById("main").style.visibility = "visible"; document.getElementById("connected").innerHTML = "Binder WS Active"; |