diff --git a/VERSION.md b/VERSION.md index f61208c..646dc82 100644 --- a/VERSION.md +++ b/VERSION.md @@ -1,6 +1,4 @@ -24.6 -- Fixed "Deprecated RType () for API request" error -- Fixed camerastream not working +24.7 +- Added REST API read more in wiki - Add Security device -- UI improvments - Add more selectable device types diff --git a/static/js/smarthome.js b/static/js/smarthome.js index 56e6dce..0e3e5f6 100644 --- a/static/js/smarthome.js +++ b/static/js/smarthome.js @@ -249,6 +249,7 @@ function refreshScenes(updateScenes) { $('#lastUpdate_' + idx).html(moment(lastUpdate).fromNow()) } $('button[id="switch_' + idx + '"]').html(data) + $('#data_'+ idx).html(data) if (data != 'Off'){ $('#icon_Group_' + idx).removeClass("bi bi-toggle2-off") $('#icon_Group_' + idx).addClass("bi bi-toggle2-on").css('color', green) diff --git a/templates/dashboard.html b/templates/dashboard.html index 4084f38..b70835b 100644 --- a/templates/dashboard.html +++ b/templates/dashboard.html @@ -34,6 +34,7 @@
Scenes/Groups
{{ v['name']['name'] }}
+ Not available