Add OUI for KL430 tplink light strip to discovery (#65159)

This commit is contained in:
J. Nick Koston 2022-01-28 23:13:28 -06:00 committed by GitHub
parent 3da33679a2
commit de36e96481
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 9 additions and 0 deletions

View File

@ -25,6 +25,10 @@
"hostname": "k[lp]*", "hostname": "k[lp]*",
"macaddress": "403F8C*" "macaddress": "403F8C*"
}, },
{
"hostname": "k[lp]*",
"macaddress": "C0C9E3*"
},
{ {
"hostname": "ep*", "hostname": "ep*",
"macaddress": "E848B8*" "macaddress": "E848B8*"

View File

@ -392,6 +392,11 @@ DHCP = [
"hostname": "k[lp]*", "hostname": "k[lp]*",
"macaddress": "403F8C*" "macaddress": "403F8C*"
}, },
{
"domain": "tplink",
"hostname": "k[lp]*",
"macaddress": "C0C9E3*"
},
{ {
"domain": "tplink", "domain": "tplink",
"hostname": "ep*", "hostname": "ep*",