Enable dhcp flows for flux_led registered devices (#66585)

This commit is contained in:
J. Nick Koston 2022-02-16 05:09:00 -06:00 committed by GitHub
parent e0cee22b8a
commit fd96d81563
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 0 deletions

View File

@ -9,6 +9,7 @@
"codeowners": ["@icemanch", "@bdraco"],
"iot_class": "local_push",
"dhcp": [
{"registered_devices": true},
{
"macaddress": "18B905*",
"hostname": "[ba][lk]*"

View File

@ -27,6 +27,7 @@ DHCP: list[dict[str, str | bool]] = [
{'domain': 'emonitor', 'hostname': 'emonitor*', 'macaddress': '0090C2*'},
{'domain': 'emonitor', 'registered_devices': True},
{'domain': 'flume', 'hostname': 'flume-gw-*'},
{'domain': 'flux_led', 'registered_devices': True},
{'domain': 'flux_led', 'hostname': '[ba][lk]*', 'macaddress': '18B905*'},
{'domain': 'flux_led', 'hostname': '[ba][lk]*', 'macaddress': '249494*'},
{'domain': 'flux_led', 'hostname': '[ba][lk]*', 'macaddress': '7CB94C*'},