iobroker.sbfspot 5.0.3 → 5.0.5
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/LICENSE +1 -1
- package/README.md +8 -1
- package/io-package.json +28 -28
- package/package.json +12 -11
package/LICENSE
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
MIT License
|
|
2
2
|
|
|
3
|
-
Copyright (c) 2017-
|
|
3
|
+
Copyright (c) 2017-2026 René G. <info@rg-engineering.eu>
|
|
4
4
|
|
|
5
5
|
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
6
6
|
of this software and associated documentation files (the "Software"), to deal
|
package/README.md
CHANGED
|
@@ -65,6 +65,13 @@ sometimes npm intall must be called more then one time to successfully install a
|
|
|
65
65
|
Placeholder for the next version (at the beginning of the line):
|
|
66
66
|
### **WORK IN PROGRESS**
|
|
67
67
|
-->
|
|
68
|
+
### 5.0.5 (2026-03-17)
|
|
69
|
+
* (René) update dependencies + changes based on adapter checker
|
|
70
|
+
*
|
|
71
|
+
|
|
72
|
+
### 5.0.4 (2025-10-26)
|
|
73
|
+
* (René) bug fix sentry
|
|
74
|
+
|
|
68
75
|
### 5.0.3 (2025-10-21)
|
|
69
76
|
* (René) see issue #510: read interval minimum reduced to 1 minute
|
|
70
77
|
* (René) update dependencies + changes based on adapter checker
|
|
@@ -239,7 +246,7 @@ sometimes npm intall must be called more then one time to successfully install a
|
|
|
239
246
|
## License
|
|
240
247
|
MIT License
|
|
241
248
|
|
|
242
|
-
Copyright (c) 2017-
|
|
249
|
+
Copyright (c) 2017-2026 René G. <info@rg-engineering.eu>
|
|
243
250
|
|
|
244
251
|
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
245
252
|
of this software and associated documentation files (the "Software"), to deal
|
package/io-package.json
CHANGED
|
@@ -1,8 +1,34 @@
|
|
|
1
1
|
{
|
|
2
2
|
"common": {
|
|
3
3
|
"name": "sbfspot",
|
|
4
|
-
"version": "5.0.
|
|
4
|
+
"version": "5.0.5",
|
|
5
5
|
"news": {
|
|
6
|
+
"5.0.5": {
|
|
7
|
+
"en": "update dependencies + changes based on adapter checker\n",
|
|
8
|
+
"de": "aktualisierung abhängigkeiten + änderungen basierend auf adapter-checker\n",
|
|
9
|
+
"ru": "зависимости обновления + изменения на основе проверки адаптера\n",
|
|
10
|
+
"pt": "atualizar dependências + alterações com base no verificador de adaptadores\n",
|
|
11
|
+
"nl": "update afhankelijkheden + wijzigingen op basis van adaptercontrole\n",
|
|
12
|
+
"fr": "mettre à jour les dépendances + les changements basés sur le vérificateur d'adaptateur\n",
|
|
13
|
+
"it": "aggiornamento dipendenze + modifiche in base all'adattatore checker\n",
|
|
14
|
+
"es": "dependencias de actualización + cambios basados en el control de adaptador\n",
|
|
15
|
+
"pl": "aktualizacja zależności + zmiany w oparciu o sprawdzacz adaptera\n",
|
|
16
|
+
"uk": "оновлення залежності + зміни на основі перевірки адаптера\n",
|
|
17
|
+
"zh-cn": "根据适配器检查器更新依赖性+变化\n"
|
|
18
|
+
},
|
|
19
|
+
"5.0.4": {
|
|
20
|
+
"en": "bug fix sentry",
|
|
21
|
+
"de": "fehlerbehebung gesendet",
|
|
22
|
+
"ru": "исправлять ошибки",
|
|
23
|
+
"pt": "corrigir o erro sentinela",
|
|
24
|
+
"nl": "bug repareren wacht",
|
|
25
|
+
"fr": "correction du bug sentinelle",
|
|
26
|
+
"it": "bug fix sendry",
|
|
27
|
+
"es": "bug fix centry",
|
|
28
|
+
"pl": "bug fix sentry",
|
|
29
|
+
"uk": "виправлення помилок",
|
|
30
|
+
"zh-cn": "错误修正哨兵"
|
|
31
|
+
},
|
|
6
32
|
"5.0.3": {
|
|
7
33
|
"en": "see issue #510: read interval minimum reduced to 1 minute\nupdate dependencies + changes based on adapter checker",
|
|
8
34
|
"de": "siehe ausgabe #510: leseintervall minimal auf 1 minute reduziert\naktualisierung abhängigkeiten + änderungen basierend auf adapter-checker",
|
|
@@ -67,32 +93,6 @@
|
|
|
67
93
|
"pl": "zmiany wymagane przez sprawdzacz adaptera\nzaktualizowane zależności",
|
|
68
94
|
"uk": "зміни, які вимагаються перевіркою адаптера\nоновлені залежності",
|
|
69
95
|
"zh-cn": "适配器检查器要求的更改\n更新依赖关系"
|
|
70
|
-
},
|
|
71
|
-
"4.4.1": {
|
|
72
|
-
"en": "translations",
|
|
73
|
-
"de": "übersetzungen",
|
|
74
|
-
"ru": "перевод",
|
|
75
|
-
"pt": "traduções",
|
|
76
|
-
"nl": "vertalingen",
|
|
77
|
-
"fr": "traductions",
|
|
78
|
-
"it": "traduzioni",
|
|
79
|
-
"es": "traducciones",
|
|
80
|
-
"pl": "tłumaczenia",
|
|
81
|
-
"uk": "переклади",
|
|
82
|
-
"zh-cn": "翻译"
|
|
83
|
-
},
|
|
84
|
-
"4.4.0": {
|
|
85
|
-
"en": "migration to admin 5 UI (jsonConfig)",
|
|
86
|
-
"de": "migration zu admin 5 UI (jsonConfig)",
|
|
87
|
-
"ru": "admin 5 UI (jsonConfig)",
|
|
88
|
-
"pt": "migração para administrador 5 UI (jsonConfig)",
|
|
89
|
-
"nl": "migratie naar admin 5 UI (jsonConfig)",
|
|
90
|
-
"fr": "migration vers admin 5 UI (jsonConfig)",
|
|
91
|
-
"it": "migrazione a admin 5 UI (jsonConfig)",
|
|
92
|
-
"es": "migración a admin 5 UI (jsonConfig)",
|
|
93
|
-
"pl": "migracja do admin 5 UI (jsonConfig)",
|
|
94
|
-
"uk": "міграція до адмін 5 UI (jsonConfig)",
|
|
95
|
-
"zh-cn": "迁移到管理员 5 UI (jsonConfig)"
|
|
96
96
|
}
|
|
97
97
|
},
|
|
98
98
|
"titleLang": {
|
|
@@ -147,7 +147,7 @@
|
|
|
147
147
|
],
|
|
148
148
|
"globalDependencies": [
|
|
149
149
|
{
|
|
150
|
-
"admin": ">=7.6.
|
|
150
|
+
"admin": ">=7.6.20"
|
|
151
151
|
}
|
|
152
152
|
],
|
|
153
153
|
"plugins": {
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "iobroker.sbfspot",
|
|
3
|
-
"version": "5.0.
|
|
3
|
+
"version": "5.0.5",
|
|
4
4
|
"description": "sbfspot (SMA inverter) Adapter",
|
|
5
5
|
"author": {
|
|
6
6
|
"name": "René G.",
|
|
@@ -15,26 +15,26 @@
|
|
|
15
15
|
],
|
|
16
16
|
"repository": {
|
|
17
17
|
"type": "git",
|
|
18
|
-
"url": "https://github.com/rg-engineering/ioBroker.sbfspot"
|
|
18
|
+
"url": "git+https://github.com/rg-engineering/ioBroker.sbfspot.git"
|
|
19
19
|
},
|
|
20
20
|
"engines": {
|
|
21
21
|
"node": ">= 20"
|
|
22
22
|
},
|
|
23
23
|
"dependencies": {
|
|
24
24
|
"@iobroker/adapter-core": "^3.3.2",
|
|
25
|
-
"axios": "^1.
|
|
26
|
-
"better-sqlite3": "^12.
|
|
27
|
-
"mysql2": "^3.
|
|
25
|
+
"axios": "^1.13.6",
|
|
26
|
+
"better-sqlite3": "^12.8.0",
|
|
27
|
+
"mysql2": "^3.20.0",
|
|
28
28
|
"suncalc2": "^1.8.1"
|
|
29
29
|
},
|
|
30
30
|
"devDependencies": {
|
|
31
|
-
"@alcalzone/release-script": "^5.
|
|
32
|
-
"@alcalzone/release-script-plugin-iobroker": "^
|
|
33
|
-
"@alcalzone/release-script-plugin-license": "^
|
|
34
|
-
"@alcalzone/release-script-plugin-manual-review": "^
|
|
31
|
+
"@alcalzone/release-script": "^5.1.1",
|
|
32
|
+
"@alcalzone/release-script-plugin-iobroker": "^5.1.2",
|
|
33
|
+
"@alcalzone/release-script-plugin-license": "^5.1.1",
|
|
34
|
+
"@alcalzone/release-script-plugin-manual-review": "^5.1.1",
|
|
35
35
|
"@iobroker/adapter-dev": "^1.5.0",
|
|
36
36
|
"@iobroker/eslint-config": "^2.2.0",
|
|
37
|
-
"@iobroker/testing": "^5.
|
|
37
|
+
"@iobroker/testing": "^5.2.2"
|
|
38
38
|
},
|
|
39
39
|
"main": "main.js",
|
|
40
40
|
"bugs": {
|
|
@@ -47,7 +47,8 @@
|
|
|
47
47
|
"test:integration": "mocha test/integration --exit",
|
|
48
48
|
"lint": "eslint",
|
|
49
49
|
"translate": "translate-adapter",
|
|
50
|
-
"release": "release-script"
|
|
50
|
+
"release": "release-script",
|
|
51
|
+
"npm": "npm i"
|
|
51
52
|
},
|
|
52
53
|
"files": [
|
|
53
54
|
"admin/",
|