mirror of
https://github.com/rstrouse/ESPSomfy-RTS.git
synced 2025-12-13 02:52:11 +01:00
Publish TCP 80 for mDNS
This commit is contained in:
parent
c4d6a1008f
commit
ce3946c9e6
6 changed files with 9 additions and 6 deletions
|
|
@ -1884,6 +1884,7 @@ class Wifi {
|
|||
});
|
||||
}
|
||||
procWifiStrength(strength) {
|
||||
//console.log(strength);
|
||||
let ssid = strength.ssid || strength.name;
|
||||
document.getElementById('spanNetworkSSID').innerHTML = !ssid || ssid === '' ? '-------------' : ssid;
|
||||
document.getElementById('spanNetworkChannel').innerHTML = isNaN(strength.channel) || strength.channel < 0 ? '--' : strength.channel;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue