Add dhcp discovery for TPLink EP10 (#56955)

This commit is contained in:
J. Nick Koston
2021-10-02 15:53:37 -05:00
committed by Paulus Schoutsen
parent 14cddc75c2
commit e4d295c80a
2 changed files with 9 additions and 0 deletions

View File

@@ -45,6 +45,10 @@
"hostname": "hs*",
"macaddress": "C006C3*"
},
{
"hostname": "ep*",
"macaddress": "003192*"
},
{
"hostname": "k[lp]*",
"macaddress": "003192*"

View File

@@ -309,6 +309,11 @@ DHCP = [
"hostname": "hs*",
"macaddress": "C006C3*"
},
{
"domain": "tplink",
"hostname": "ep*",
"macaddress": "003192*"
},
{
"domain": "tplink",
"hostname": "k[lp]*",