Add OUI for KL430 tplink light strip to discovery (#65159)
This commit is contained in:
parent
3da33679a2
commit
de36e96481
2 changed files with 9 additions and 0 deletions
|
@ -25,6 +25,10 @@
|
|||
"hostname": "k[lp]*",
|
||||
"macaddress": "403F8C*"
|
||||
},
|
||||
{
|
||||
"hostname": "k[lp]*",
|
||||
"macaddress": "C0C9E3*"
|
||||
},
|
||||
{
|
||||
"hostname": "ep*",
|
||||
"macaddress": "E848B8*"
|
||||
|
|
|
@ -392,6 +392,11 @@ DHCP = [
|
|||
"hostname": "k[lp]*",
|
||||
"macaddress": "403F8C*"
|
||||
},
|
||||
{
|
||||
"domain": "tplink",
|
||||
"hostname": "k[lp]*",
|
||||
"macaddress": "C0C9E3*"
|
||||
},
|
||||
{
|
||||
"domain": "tplink",
|
||||
"hostname": "ep*",
|
||||
|
|
Loading…
Add table
Reference in a new issue