Обновить templates.json

This commit is contained in:
2026-06-21 14:51:21 +00:00
parent a845bc657e
commit 23c196ffa6
+2 -3
View File
@@ -1,10 +1,9 @@
[
{
"id": "wifi_wpa",
"name": "Wi-Fi (WPA)",
"fields": [
{"name" :"string"},
{"password": "string"}
{"id": "name", "name" :"Name", "type": "String"},
{"id": "password", "name" :"Password", "type": "String"}
],
"template": "WIFI:S:$name$;T:WPA;P:$password$;;"
}