Add WLAN QR code support to UniFi Image platform (#97171)

This commit is contained in:
Robert Svensson 2023-07-25 10:11:48 +02:00 committed by GitHub
parent f2726527f2
commit 06f97679ee
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
10 changed files with 282 additions and 9 deletions

View file

@ -74,9 +74,14 @@ DEVICES = [
]
WLANS = [
{"name": "SSID 1"},
{"name": "SSID 2", "name_combine_enabled": False, "name_combine_suffix": "_IOT"},
{"name": "SSID 4", "name_combine_enabled": False},
{"_id": "1", "name": "SSID 1"},
{
"_id": "2",
"name": "SSID 2",
"name_combine_enabled": False,
"name_combine_suffix": "_IOT",
},
{"_id": "3", "name": "SSID 4", "name_combine_enabled": False},
]
DPI_GROUPS = [