Обновить templates.json

This commit is contained in:
2026-06-21 15:55:34 +00:00
parent 51da93238a
commit 89b584ddb1
+2 -2
View File
@@ -2,9 +2,9 @@
{
"name": "Wi-Fi (WPA)",
"fields": [
{"id": "name", "name" :"Name"},
{"id": "name", "name" :"SSID"},
{"id": "encryption", "name": "Encryption", "default": "WPA"},
{"id": "password", "name" :"Password", "maybeEmpty": "true"}
{"id": "password", "name": "Password", "maybeEmpty": "true"}
],
"template": "WIFI:S:$name$;T:$encryption$;P:$password$;;"
}