iobroker.acinfinity 0.7.2 → 0.7.3

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -2,76 +2,38 @@
2
2
  "i18n": true,
3
3
  "type": "panel",
4
4
  "items": {
5
- "warning": {
6
- "type": "panel",
7
- "items": {
8
- "warningTitle": {
9
- "type": "staticText",
10
- "text": "WARNING / WARNUNG",
11
- "style": {
12
- "color": "red",
13
- "fontSize": "18px",
14
- "fontWeight": "bold",
15
- "textAlign": "center"
16
- },
17
- "sm": 12,
18
- "md": 12,
19
- "lg": 12,
20
- "xl": 12,
21
- "xs": 12
22
- },
23
- "warningText": {
24
- "type": "staticText",
25
- "text": "This adapter is in an early development stage. You use this adapter at your own risk. The author assumes no liability for any damage.<br><br>Dieser Adapter befindet sich in einem frühen Entwicklungsstadium. Sie verwenden diesen Adapter auf eigene Gefahr. Der Autor übernimmt keine Haftung für eventuelle Schäden.",
26
- "style": {
27
- "color": "red",
28
- "fontWeight": "bold",
29
- "textAlign": "center",
30
- "marginBottom": "20px"
31
- },
32
- "sm": 12,
33
- "md": 12,
34
- "lg": 12,
35
- "xl": 12,
36
- "xs": 12
37
- }
38
- }
5
+ "email": {
6
+ "type": "text",
7
+ "label": "AC Infinity Email",
8
+ "sm": 12,
9
+ "md": 8,
10
+ "lg": 6,
11
+ "xl": 6,
12
+ "xs": 12
39
13
  },
40
- "settings": {
41
- "type": "panel",
42
- "items": {
43
- "email": {
44
- "type": "text",
45
- "label": "AC Infinity E-Mail",
46
- "newLine": true,
47
- "sm": 12,
48
- "md": 12,
49
- "lg": 12,
50
- "xl": 12,
51
- "xs": 12
52
- },
53
- "password": {
54
- "type": "password",
55
- "label": "AC Infinity Password / Passwort",
56
- "newLine": true,
57
- "sm": 12,
58
- "md": 12,
59
- "lg": 12,
60
- "xl": 12,
61
- "xs": 12
62
- },
63
- "pollingInterval": {
64
- "type": "number",
65
- "label": "Polling Interval / Abfrageintervall (seconds)",
66
- "min": 5,
67
- "default": 30,
68
- "sm": 12,
69
- "md": 6,
70
- "lg": 4,
71
- "xl": 3,
72
- "xs": 12
73
- }
74
- }
14
+ "password": {
15
+ "type": "password",
16
+ "label": "AC Infinity Password",
17
+ "help": "Note: AC Infinity truncates passwords to 25 characters.",
18
+ "newLine": true,
19
+ "sm": 12,
20
+ "md": 8,
21
+ "lg": 6,
22
+ "xl": 6,
23
+ "xs": 12
24
+ },
25
+ "pollingInterval": {
26
+ "type": "number",
27
+ "label": "Polling Interval (seconds)",
28
+ "help": "Minimum polling interval is 5 seconds.",
29
+ "newLine": true,
30
+ "min": 5,
31
+ "default": 30,
32
+ "sm": 6,
33
+ "md": 4,
34
+ "lg": 3,
35
+ "xl": 2,
36
+ "xs": 6
75
37
  }
76
38
  }
77
- }
39
+ }
package/io-package.json CHANGED
@@ -1,8 +1,21 @@
1
1
  {
2
2
  "common": {
3
3
  "name": "acinfinity",
4
- "version": "0.7.2",
4
+ "version": "0.7.3",
5
5
  "news": {
6
+ "0.7.3": {
7
+ "en": "Admin UI: remove warning box, clean up settings layout, fix help link",
8
+ "de": "Admin-UI: Warnhinweis entfernt, Einstellungslayout bereinigt, Hilfe-Link korrigiert",
9
+ "ru": "Admin UI: убран блок предупреждения, улучшен макет настроек, исправлена ссылка на справку",
10
+ "pt": "Admin UI: caixa de aviso removida, layout de configurações limpo, link de ajuda corrigido",
11
+ "nl": "Admin UI: waarschuwingsvak verwijderd, instellingen layout verbeterd, helplink gecorrigeerd",
12
+ "fr": "Admin UI: bloc d'avertissement supprimé, mise en page des paramètres améliorée, lien d'aide corrigé",
13
+ "it": "Admin UI: riquadro di avviso rimosso, layout impostazioni migliorato, link guida corretto",
14
+ "es": "Admin UI: cuadro de advertencia eliminado, diseño de configuración mejorado, enlace de ayuda corregido",
15
+ "pl": "Admin UI: usunięto pole ostrzeżenia, poprawiono układ ustawień, naprawiono link pomocy",
16
+ "uk": "Admin UI: видалено блок попередження, покращено макет налаштувань, виправлено посилання на довідку",
17
+ "zh-cn": "管理界面:移除警告框,优化设置布局,修复帮助链接"
18
+ },
6
19
  "0.7.2": {
7
20
  "en": "Code quality: migrate to ESLint 9 with @iobroker/eslint-config",
8
21
  "de": "Codequalität: Migration auf ESLint 9 mit @iobroker/eslint-config",
@@ -150,7 +163,7 @@
150
163
  "icon": "acinfinity.png",
151
164
  "enabled": true,
152
165
  "extIcon": "https://raw.githubusercontent.com/raspilaurent/ioBroker.acinfinity/master/admin/acinfinity.png",
153
- "readme": "https://github.com/raspilaurent/ioBroker.acinfinity/blob/master/README.md",
166
+ "readme": "https://github.com/raspilaurent/ioBroker.acinfinity/blob/main/README.md",
154
167
  "loglevel": "info",
155
168
  "mode": "daemon",
156
169
  "type": "climate-control",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "iobroker.acinfinity",
3
- "version": "0.7.2",
3
+ "version": "0.7.3",
4
4
  "description": "Monitor and control AC Infinity devices",
5
5
  "author": {
6
6
  "name": "laurent Standard",