Update MagicHome/flux_led OUIs for DHCP discovery (#61192)

pull/61200/head
J. Nick Koston 2021-12-07 16:15:56 -10:00 committed by GitHub
parent 81dc84aef5
commit df9154268e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 9 additions and 0 deletions

View File

@ -20,6 +20,10 @@
"macaddress": "7CB94C*", "macaddress": "7CB94C*",
"hostname": "[ba][lk]*" "hostname": "[ba][lk]*"
}, },
{
"macaddress": "ACCF23*",
"hostname": "[ba][lk]*"
},
{ {
"macaddress": "B4E842*", "macaddress": "B4E842*",
"hostname": "[ba][lk]*" "hostname": "[ba][lk]*"

View File

@ -86,6 +86,11 @@ DHCP = [
"macaddress": "7CB94C*", "macaddress": "7CB94C*",
"hostname": "[ba][lk]*" "hostname": "[ba][lk]*"
}, },
{
"domain": "flux_led",
"macaddress": "ACCF23*",
"hostname": "[ba][lk]*"
},
{ {
"domain": "flux_led", "domain": "flux_led",
"macaddress": "B4E842*", "macaddress": "B4E842*",