Add dhcp discovery for TPLink EP10 (#56955)
This commit is contained in:
parent
b563a41482
commit
2f35cadba7
2 changed files with 9 additions and 0 deletions
|
@ -45,6 +45,10 @@
|
|||
"hostname": "hs*",
|
||||
"macaddress": "C006C3*"
|
||||
},
|
||||
{
|
||||
"hostname": "ep*",
|
||||
"macaddress": "003192*"
|
||||
},
|
||||
{
|
||||
"hostname": "k[lp]*",
|
||||
"macaddress": "003192*"
|
||||
|
|
|
@ -324,6 +324,11 @@ DHCP = [
|
|||
"hostname": "hs*",
|
||||
"macaddress": "C006C3*"
|
||||
},
|
||||
{
|
||||
"domain": "tplink",
|
||||
"hostname": "ep*",
|
||||
"macaddress": "003192*"
|
||||
},
|
||||
{
|
||||
"domain": "tplink",
|
||||
"hostname": "k[lp]*",
|
||||
|
|
Loading…
Add table
Reference in a new issue