Andrew Boyson / web

Dependents:   oldheating gps motorhome heating

Revision:
147:ea6f647725a1
Parent:
146:6bc151bd7063
--- a/base/net/web-net-class.inc	Mon Jan 04 16:09:03 2021 +0000
+++ b/base/net/web-net-class.inc	Sun Jan 10 11:53:12 2021 +0000
@@ -39,6 +39,13 @@
 "    }\n"
 "    static getVendorFromLocalStorage(mac)\n"
 "    {\n"
+"        if (mac[1] === '2' ||\n"
+"            mac[1] === '6' ||\n"
+"            mac[1] === 'a' ||\n"
+"            mac[1] === 'A' ||\n"
+"            mac[1] === 'e' ||\n"
+"            mac[1] === 'E'    ) return '(Locally administered)';\n"
+"            \n"
 "        return localStorage.getItem(mac);\n"
 "    }\n"
 "    static clearVendorsFromLocalStorage()\n"