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 GitHub
parent b563a41482
commit 2f35cadba7
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

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