iobroker.bydhvs 1.5.3 → 1.5.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/CHANGELOG_OLD.md +3 -0
- package/README.md +3 -3
- package/io-package.json +14 -14
- package/package.json +1 -1
package/CHANGELOG_OLD.md
CHANGED
package/README.md
CHANGED
@@ -44,6 +44,9 @@ Copy and Paste does not work - the data is cut at the end. You will have to down
|
|
44
44
|
Placeholder for the next version (at the beginning of the line):
|
45
45
|
### __WORK IN PROGRESS__
|
46
46
|
-->
|
47
|
+
### 1.5.4 (2025-08-03)
|
48
|
+
* (arteck) typo
|
49
|
+
|
47
50
|
### 1.5.3 (2025-08-02)
|
48
51
|
* (arteck) update dependecy
|
49
52
|
|
@@ -63,9 +66,6 @@ Copy and Paste does not work - the data is cut at the end. You will have to down
|
|
63
66
|
* automated checks and release-script repaired (thanks to mcm1957, he did the work)
|
64
67
|
* nothing else changed in code
|
65
68
|
|
66
|
-
### 1.4.2 (2023-09-28)
|
67
|
-
* Typo in version number removed
|
68
|
-
|
69
69
|
###
|
70
70
|
|
71
71
|
## License
|
package/io-package.json
CHANGED
@@ -1,8 +1,21 @@
|
|
1
1
|
{
|
2
2
|
"common": {
|
3
3
|
"name": "bydhvs",
|
4
|
-
"version": "1.5.
|
4
|
+
"version": "1.5.4",
|
5
5
|
"news": {
|
6
|
+
"1.5.4": {
|
7
|
+
"en": "typo",
|
8
|
+
"de": "typo",
|
9
|
+
"ru": "опечатка",
|
10
|
+
"pt": "erro de digitação",
|
11
|
+
"nl": "type",
|
12
|
+
"fr": "typo",
|
13
|
+
"it": "tipo",
|
14
|
+
"es": "typo",
|
15
|
+
"pl": "typo",
|
16
|
+
"uk": "типи",
|
17
|
+
"zh-cn": "类型"
|
18
|
+
},
|
6
19
|
"1.5.3": {
|
7
20
|
"en": "update dependecy",
|
8
21
|
"de": "aktualisierung abhängigkeit",
|
@@ -70,19 +83,6 @@
|
|
70
83
|
"pl": "poparcie sterownika 5 i wykrycie bardziej intruzatorów",
|
71
84
|
"uk": "підтримка js-controller 5 і виявлення більш інверторів",
|
72
85
|
"zh-cn": "b. 支持控制巴士5和发现更多防火器"
|
73
|
-
},
|
74
|
-
"1.4.0": {
|
75
|
-
"en": "5 modules supported, frequency limit for polling removed, security updates",
|
76
|
-
"de": "5 Module unterstützt, Frequenzgrenze für die Abfrage entfernt, Sicherheitsupdates",
|
77
|
-
"ru": "5 поддерживаемых модулей, частотный лимит для удаления опроса, обновления безопасности",
|
78
|
-
"pt": "5 módulos suportados, limite de frequência para votação removido, atualizações de segurança",
|
79
|
-
"nl": "vijf modules ondersteund, frequentielimiet voor het vervullen van de beveiliging",
|
80
|
-
"fr": "5 modules supportés, limite de fréquence pour le polling supprimé, mises à jour de sécurité",
|
81
|
-
"it": "5 moduli supportati, limite di frequenza per la rimozione del polling, aggiornamenti di sicurezza",
|
82
|
-
"es": "5 módulos compatibles, límite de frecuencia para las encuestas eliminadas, actualizaciones de seguridad",
|
83
|
-
"pl": "5 modułów obsługiwanych, limit częstotliwości zanieczyszczeń, aktualizacja bezpieczeństwa",
|
84
|
-
"uk": "5 модулів підтримуються, частотний ліміт для видалення пилу, оновлення безпеки",
|
85
|
-
"zh-cn": "5个单元支助,清除的污染频率限制,安全更新"
|
86
86
|
}
|
87
87
|
},
|
88
88
|
"title": "BYD HVS Battery",
|