Add DHCP discovery for additional Zengge devices, generic magichome strips (#57408)
parent
381301d978
commit
02c30aed5e
|
@ -15,14 +15,26 @@
|
||||||
"macaddress": "249494*",
|
"macaddress": "249494*",
|
||||||
"hostname": "[ba][lk]*"
|
"hostname": "[ba][lk]*"
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
"macaddress": "7CB94C*",
|
||||||
|
"hostname": "[ba][lk]*"
|
||||||
|
},
|
||||||
{
|
{
|
||||||
"macaddress": "B4E842*",
|
"macaddress": "B4E842*",
|
||||||
"hostname": "[ba][lk]*"
|
"hostname": "[ba][lk]*"
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
"macaddress": "8CCE4E*",
|
||||||
|
"hostname": "lwip*"
|
||||||
|
},
|
||||||
{
|
{
|
||||||
"macaddress": "2462AB*",
|
"macaddress": "2462AB*",
|
||||||
"hostname": "zengge_35*"
|
"hostname": "zengge_35*"
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
"macaddress": "70039F*",
|
||||||
|
"hostname": "zengge_0e*"
|
||||||
|
},
|
||||||
{
|
{
|
||||||
"macaddress": "C82E47*",
|
"macaddress": "C82E47*",
|
||||||
"hostname": "sta*"
|
"hostname": "sta*"
|
||||||
|
|
|
@ -81,16 +81,31 @@ DHCP = [
|
||||||
"macaddress": "249494*",
|
"macaddress": "249494*",
|
||||||
"hostname": "[ba][lk]*"
|
"hostname": "[ba][lk]*"
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
"domain": "flux_led",
|
||||||
|
"macaddress": "7CB94C*",
|
||||||
|
"hostname": "[ba][lk]*"
|
||||||
|
},
|
||||||
{
|
{
|
||||||
"domain": "flux_led",
|
"domain": "flux_led",
|
||||||
"macaddress": "B4E842*",
|
"macaddress": "B4E842*",
|
||||||
"hostname": "[ba][lk]*"
|
"hostname": "[ba][lk]*"
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
"domain": "flux_led",
|
||||||
|
"macaddress": "8CCE4E*",
|
||||||
|
"hostname": "lwip*"
|
||||||
|
},
|
||||||
{
|
{
|
||||||
"domain": "flux_led",
|
"domain": "flux_led",
|
||||||
"macaddress": "2462AB*",
|
"macaddress": "2462AB*",
|
||||||
"hostname": "zengge_35*"
|
"hostname": "zengge_35*"
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
"domain": "flux_led",
|
||||||
|
"macaddress": "70039F*",
|
||||||
|
"hostname": "zengge_0e*"
|
||||||
|
},
|
||||||
{
|
{
|
||||||
"domain": "flux_led",
|
"domain": "flux_led",
|
||||||
"macaddress": "C82E47*",
|
"macaddress": "C82E47*",
|
||||||
|
|
Loading…
Reference in New Issue