Skip to content

Commit f6bce4a

Browse files
committed
restore jsonConfig
1 parent 041ae90 commit f6bce4a

File tree

8 files changed

+101
-288
lines changed

8 files changed

+101
-288
lines changed

README.md

+3
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,9 @@ Use id.remote.\* to control the mower
2727
Placeholder for the next version (at the beginning of the line):
2828
### **WORK IN PROGRESS**
2929
-->
30+
### **WORK IN PROGRESS**
31+
- (mcm1957) jsonConfig which has been adapteed for responsive design has been restored.
32+
3033
### 1.3.6 (2025-01-03)
3134

3235
- (TA2k) Fix for login. If settings are not loading, delete the instance and create a new instance.

admin/.DS_Store

-6 KB
Binary file not shown.

admin/admin.d.ts

-93
This file was deleted.

admin/index_m.html

-142
This file was deleted.

admin/jsonConfig.json

+95
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,95 @@
1+
{
2+
"i18n": false,
3+
"items": {
4+
"username": {
5+
"type": "text",
6+
"label": {
7+
"en": "App Email",
8+
"de": "App-E-Mail",
9+
"ru": "Электронная почта приложения",
10+
"pt": "Email do aplicativo",
11+
"nl": "App-e-mail",
12+
"fr": "Courriel de l'application",
13+
"it": "E-mail dell'app",
14+
"es": "Correo electrónico de la aplicación",
15+
"pl": "E-mail aplikacji",
16+
"uk": "Електронна пошта додатка",
17+
"zh-cn": "应用电子邮件"
18+
},
19+
"newLine": true,
20+
"xs": 12,
21+
"sm": 12,
22+
"md": 6,
23+
"lg": 4,
24+
"xl": 4
25+
},
26+
"password": {
27+
"type": "password",
28+
"repeat": false,
29+
"visible": true,
30+
"xs": 12,
31+
"sm": 12,
32+
"md": 6,
33+
"lg": 4,
34+
"xl": 4,
35+
"label": {
36+
"en": "App Password",
37+
"de": "App-Passwort",
38+
"ru": "Пароль приложения",
39+
"pt": "Senha de app",
40+
"nl": "App-wachtwoord",
41+
"fr": "Mot de passe de l'application",
42+
"it": "Password dell'app",
43+
"es": "Contraseña de la aplicación",
44+
"pl": "Hasło do aplikacji",
45+
"uk": "Пароль додатка",
46+
"zh-cn": "应用密码"
47+
}
48+
},
49+
"getMap": {
50+
"type": "checkbox",
51+
"newLine": true,
52+
"xs": 12,
53+
"sm": 12,
54+
"md": 6,
55+
"lg": 4,
56+
"xl": 4,
57+
"label": {
58+
"en": "Get Map",
59+
"de": "Karte abrufen",
60+
"ru": "Получить карту",
61+
"pt": "Obter mapa",
62+
"nl": "Kaart ophalen",
63+
"fr": "Obtenir la carte",
64+
"it": "Ottieni mappa",
65+
"es": "Obtener mapa",
66+
"pl": "Pobierz mapę",
67+
"uk": "Отримати карту",
68+
"zh-cn": "获取地图"
69+
}
70+
},
71+
72+
"interval": {
73+
"type": "number",
74+
"min": 1,
75+
"xs": 12,
76+
"sm": 12,
77+
"md": 6,
78+
"lg": 4,
79+
"xl": 4,
80+
"label": {
81+
"en": "Update interval (in minutes)",
82+
"de": "Aktualisierungsintervall (in Minuten)",
83+
"ru": "Интервал обновления (в минутах)",
84+
"pt": "Intervalo de atualização (em minutos)",
85+
"nl": "Update-interval (in minuten)",
86+
"fr": "Intervalle de mise à jour (en minutes)",
87+
"it": "Intervallo di aggiornamento (in minuti)",
88+
"es": "Intervalo de actualización (en minutos)",
89+
"pl": "Interwał aktualizacji (w minutach)",
90+
"uk": "Інтервал оновлення (в хвилинах)",
91+
"zh-cn": "更新间隔(分钟)"
92+
}
93+
}
94+
}
95+
}

admin/style.css

-43
This file was deleted.

admin/tsconfig.json

-9
This file was deleted.

0 commit comments

Comments
 (0)