This commit is contained in:
Your Name
2025-05-16 11:08:23 +02:00
parent 2aaa229e82
commit 61b302fe35
6 changed files with 28 additions and 0 deletions

View File

@@ -302,6 +302,11 @@ function get_internet(){
element.innerText = deviceName;
});
//device name html page title
if (response.deviceName) {
document.title = response.deviceName;
}
//get wifi connection status
const WIFI_statusElement = document.getElementById("wifi-status");