Add DHCP support for TPLink KL430, KP115 (#56932)

pull/56936/head
J. Nick Koston 2021-10-02 03:19:11 -05:00 committed by GitHub
parent d41832de59
commit da3cc25234
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 18 additions and 0 deletions

View File

@ -13,6 +13,14 @@
"hostname": "ep*",
"macaddress": "E848B8*"
},
{
"hostname": "k[lp]*",
"macaddress": "E848B8*"
},
{
"hostname": "k[lp]*",
"macaddress": "909A4A*"
},
{
"hostname": "hs*",
"macaddress": "1C3BF3*"

View File

@ -269,6 +269,16 @@ DHCP = [
"hostname": "ep*",
"macaddress": "E848B8*"
},
{
"domain": "tplink",
"hostname": "k[lp]*",
"macaddress": "E848B8*"
},
{
"domain": "tplink",
"hostname": "k[lp]*",
"macaddress": "909A4A*"
},
{
"domain": "tplink",
"hostname": "hs*",