Skip to content

Commit

Permalink
Update smarthome.js
Browse files Browse the repository at this point in the history
  • Loading branch information
DewGew authored Nov 28, 2023
1 parent aa0751f commit 79ee3dd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion static/js/smarthome.js
Original file line number Diff line number Diff line change
Expand Up @@ -298,7 +298,7 @@ function getVersion() {
var url = "/api?type=command&param=getversion"
requestAPI(url).then(jsonData => {
var data = jsonData
$('#dzga-version').html('23.8')
$('#dzga-version').html('23.9')
$('#dz-version').html(data.version)
});
}
Expand Down

0 comments on commit 79ee3dd

Please sign in to comment.