Add tplink dhcp entry for EP25 model (#80650)

Co-authored-by: Franck Nijhof <git@frenck.dev>
This commit is contained in:
hackerESQ 2022-10-25 06:22:09 -05:00 committed by GitHub
parent 5b32540a84
commit f977b264a1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 5 additions and 0 deletions

View File

@ -18,6 +18,10 @@
"hostname": "ep*",
"macaddress": "E848B8*"
},
{
"hostname": "ep*",
"macaddress": "1C61B4*"
},
{
"hostname": "ep*",
"macaddress": "003192*"

View File

@ -143,6 +143,7 @@ DHCP: list[dict[str, str | bool]] = [
{"domain": "tplink", "registered_devices": True},
{"domain": "tplink", "hostname": "es*", "macaddress": "54AF97*"},
{"domain": "tplink", "hostname": "ep*", "macaddress": "E848B8*"},
{"domain": "tplink", "hostname": "ep*", "macaddress": "1C61B4*"},
{"domain": "tplink", "hostname": "ep*", "macaddress": "003192*"},
{"domain": "tplink", "hostname": "hs*", "macaddress": "1C3BF3*"},
{"domain": "tplink", "hostname": "hs*", "macaddress": "50C7BF*"},