iobroker.alpha-ess 2.1.3 → 2.1.4

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.
package/README.md CHANGED
@@ -61,6 +61,10 @@ How to find SN and Check code for registration is described here: https://github
61
61
  **All product and company names or logos are trademarks™ or registered® trademarks of their respective holders. Use of them does not imply any affiliation with or endorsement by them or any associated subsidiaries! This personal project is maintained in spare time and has no business goal.**
62
62
 
63
63
  ## Changelog
64
+ ### 2.1.4 (2024-08-13)
65
+
66
+ - (Gaspode) Updated some formal stuff
67
+
64
68
  ### 2.1.3 (2024-08-07)
65
69
 
66
70
  - (Gaspode) Increased read timeout from 10 to 20 s
Binary file
package/io-package.json CHANGED
@@ -1,8 +1,21 @@
1
1
  {
2
2
  "common": {
3
3
  "name": "alpha-ess",
4
- "version": "2.1.3",
4
+ "version": "2.1.4",
5
5
  "news": {
6
+ "2.1.4": {
7
+ "en": "Updated some formal stuff",
8
+ "de": "Einige Formalien aktualisiert",
9
+ "ru": "Обновление некоторых формальных вещей",
10
+ "pt": "Actualizado algumas coisas formais",
11
+ "nl": "Bijgewerkt wat formele dingen",
12
+ "fr": "Mise à jour de certains trucs formels",
13
+ "it": "Aggiornato alcune cose formali",
14
+ "es": "Actualizado algunas cosas formales",
15
+ "pl": "Aktualizacja niektórych formalnych rzeczy",
16
+ "uk": "Оновлено деякі формальні речі",
17
+ "zh-cn": "更新了一些正式的东西"
18
+ },
6
19
  "2.1.3": {
7
20
  "en": "Increased read timeout from 10s to 20s",
8
21
  "de": "Read Timeout von 10 auf 20 Sekunden erhöht",
@@ -80,19 +93,6 @@
80
93
  "pl": "Zastosowany czas do nowych ograniczeń API",
81
94
  "uk": "Адаптивний час для нових обмежень API",
82
95
  "zh-cn": "A. 取消新优惠制度限制的时间"
83
- },
84
- "2.0.0": {
85
- "en": "Breaking Change: Removed support of Closed API",
86
- "de": "Breaking Change: Entfernte Unterstützung von Closed API",
87
- "ru": "Перерыв изменения: Удаленная поддержка Закрытого API",
88
- "pt": "Mudança de ruptura: Suporte removido da API fechada",
89
- "nl": "Vertaling: Verwijderde steun van gesloten API",
90
- "fr": "Changement de rupture : Soutien retiré de l'API fermée",
91
- "it": "Cambiamento di rottura: Supporto rimosso delle API chiuse",
92
- "es": "Cambio de ruptura: Soporte extraído de API cerrada",
93
- "pl": "Zmiana: Przewiduje wsparcie API Closed",
94
- "uk": "Зміна несправностей: Видалити підтримку Закритого API",
95
- "zh-cn": "打破变化: B. 取消对已结束的反补贴方案的支持"
96
96
  }
97
97
  },
98
98
  "titleLang": {
@@ -125,11 +125,14 @@
125
125
  "Gaspode <gaspode69@online.de>"
126
126
  ],
127
127
  "keywords": [
128
- "photovoltaik"
128
+ "photovoltaik",
129
+ "alpha-ess"
129
130
  ],
130
- "license": "MIT",
131
+ "licenseInformation": {
132
+ "license": "MIT",
133
+ "type": "free"
134
+ },
131
135
  "platform": "Javascript/Node.js",
132
- "main": "main.js",
133
136
  "icon": "alpha-ess.png",
134
137
  "enabled": true,
135
138
  "extIcon": "https://raw.githubusercontent.com/Gaspode69/ioBroker.alpha-ess/main/admin/alpha-ess.png",
@@ -137,6 +140,7 @@
137
140
  "loglevel": "info",
138
141
  "mode": "daemon",
139
142
  "type": "energy",
143
+ "tier": 2,
140
144
  "compact": true,
141
145
  "connectionType": "cloud",
142
146
  "dataSource": "poll",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "iobroker.alpha-ess",
3
- "version": "2.1.3",
3
+ "version": "2.1.4",
4
4
  "description": "Read and write data from and to Alpha ESS systems.",
5
5
  "author": {
6
6
  "name": "Gaspode",
@@ -9,7 +9,9 @@
9
9
  "homepage": "https://github.com/Gaspode69/ioBroker.alpha-ess",
10
10
  "license": "MIT",
11
11
  "keywords": [
12
- "photovoltaik"
12
+ "photovoltaik",
13
+ "alpha-ess",
14
+ "ioBroker"
13
15
  ],
14
16
  "repository": {
15
17
  "type": "git",
@@ -19,7 +21,7 @@
19
21
  "node": ">= 18"
20
22
  },
21
23
  "dependencies": {
22
- "@iobroker/adapter-core": "^3.1.4",
24
+ "@iobroker/adapter-core": "^3.1.6",
23
25
  "axios": "^1.7.2"
24
26
  },
25
27
  "devDependencies": {