diff --git a/www/index.html b/www/index.html index f6f860d..a5d7a61 100644 --- a/www/index.html +++ b/www/index.html @@ -7,8 +7,11 @@ -
- +
+ +
+
+

@@ -52,7 +55,8 @@ function reloadImage() { function refreshCtrls() { let debug = document.getElementById("debug"); - + let datalist = document.getElementById("autobrightlist"); + datalist.innerHTML = ""; $.ajax({ type: "POST", url: 'get/ctrls', @@ -68,6 +72,7 @@ function refreshCtrls() { t += ""+elm.name+""+elm.min+""+ ""+elm.max+"" + ""; + datalist.innerHTML += "