Add additional devices to flux_led discovery (#57086)
parent
659229e255
commit
d60f6a9943
|
@ -18,6 +18,14 @@
|
|||
{
|
||||
"macaddress": "B4E842*",
|
||||
"hostname": "[ba][lk]*"
|
||||
},
|
||||
{
|
||||
"macaddress": "2462AB*",
|
||||
"hostname": "zengge_35*"
|
||||
},
|
||||
{
|
||||
"macaddress": "C82E47*",
|
||||
"hostname": "sta*"
|
||||
}
|
||||
]
|
||||
}
|
||||
|
|
|
@ -86,6 +86,16 @@ DHCP = [
|
|||
"macaddress": "B4E842*",
|
||||
"hostname": "[ba][lk]*"
|
||||
},
|
||||
{
|
||||
"domain": "flux_led",
|
||||
"macaddress": "2462AB*",
|
||||
"hostname": "zengge_35*"
|
||||
},
|
||||
{
|
||||
"domain": "flux_led",
|
||||
"macaddress": "C82E47*",
|
||||
"hostname": "sta*"
|
||||
},
|
||||
{
|
||||
"domain": "goalzero",
|
||||
"hostname": "yeti*"
|
||||
|
|
Loading…
Reference in New Issue