Обновить templates.json

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