Add network type to mdns service message (#3880)

This commit is contained in:
Jesse Hills
2022-10-07 14:42:28 +13:00
committed by GitHub
parent 7171286c3c
commit 01b7c4200e
3 changed files with 12 additions and 1 deletions
+1
View File
@@ -613,6 +613,7 @@ class ListDevicesHandler(BaseHandler):
"package_import_url": res.package_import_url,
"project_name": res.project_name,
"project_version": res.project_version,
"network": res.network,
}
for res in IMPORT_RESULT.values()
if res.device_name not in configured