FE: mixed case on MACs work

Signed-off-by: jokob-sk <jokob.sk@gmail.com>
This commit is contained in:
jokob-sk
2026-02-24 07:27:30 +11:00
parent a309f99c3d
commit c192f2c032
4 changed files with 9 additions and 9 deletions

View File

@@ -630,7 +630,7 @@ function getHierarchy()
for(i in deviceListGlobal)
{
if(deviceListGlobal[i].devMac == 'Internet')
if(deviceListGlobal[i].devMac.toLowerCase() == 'internet')
{
internetNode = deviceListGlobal[i];