Add discovery support for single channel magichome controllers (#57736)

pull/57748/head
J. Nick Koston 2021-10-14 17:53:35 -10:00 committed by GitHub
parent bcff2b7858
commit faf5c2eb40
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 11 additions and 8 deletions

View File

@ -28,12 +28,13 @@
"hostname": "lwip*" "hostname": "lwip*"
}, },
{ {
"macaddress": "2462AB*", "hostname": "zengge_35_*"
"hostname": "zengge_35*"
}, },
{ {
"macaddress": "70039F*", "hostname": "zengge_0e_*"
"hostname": "zengge_0e*" },
{
"hostname": "zengge_00_*"
}, },
{ {
"macaddress": "C82E47*", "macaddress": "C82E47*",

View File

@ -98,13 +98,15 @@ DHCP = [
}, },
{ {
"domain": "flux_led", "domain": "flux_led",
"macaddress": "2462AB*", "hostname": "zengge_35_*"
"hostname": "zengge_35*"
}, },
{ {
"domain": "flux_led", "domain": "flux_led",
"macaddress": "70039F*", "hostname": "zengge_0e_*"
"hostname": "zengge_0e*" },
{
"domain": "flux_led",
"hostname": "zengge_00_*"
}, },
{ {
"domain": "flux_led", "domain": "flux_led",