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
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
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]*",