iobroker.eusec 0.9.3 → 0.9.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 +5 -0
- package/admin/index_m.html +0 -0
- package/admin/words.js +0 -0
- package/io-package.json +13 -13
- package/package.json +8 -8
package/README.md
CHANGED
|
@@ -159,6 +159,11 @@ Best is to set the adapter to Debug log mode (see [here](https://bropat.github.i
|
|
|
159
159
|
|
|
160
160
|
## Changelog
|
|
161
161
|
|
|
162
|
+
### 0.9.4 (2022-07-30)
|
|
163
|
+
|
|
164
|
+
* (bropat) Updated version of the package eufy-security-client (2.1.2)
|
|
165
|
+
* (bropat) Further details can be found in the changelog of eufy-security-client (2.1.2)
|
|
166
|
+
|
|
162
167
|
### 0.9.3 (2022-07-16)
|
|
163
168
|
|
|
164
169
|
* (bropat) Updated version of the package eufy-security-client (2.1.1)
|
package/admin/index_m.html
CHANGED
|
File without changes
|
package/admin/words.js
CHANGED
|
File without changes
|
package/io-package.json
CHANGED
|
@@ -1,8 +1,20 @@
|
|
|
1
1
|
{
|
|
2
2
|
"common": {
|
|
3
3
|
"name": "eusec",
|
|
4
|
-
"version": "0.9.
|
|
4
|
+
"version": "0.9.4",
|
|
5
5
|
"news": {
|
|
6
|
+
"0.9.4": {
|
|
7
|
+
"en": "Updated version of the package eufy-security-client (2.1.2)",
|
|
8
|
+
"de": "Version des Pakets eufy-security-client (2.1.2) aktualisiert",
|
|
9
|
+
"ru": "Обновленная версия пакета eufy-security-client (2.1.2)",
|
|
10
|
+
"pt": "Versão atualizada do pacote eufy-security-client (2.1.2)",
|
|
11
|
+
"nl": "Bijgewerkte versie van het pakket eufy-security-client (2.1.2)",
|
|
12
|
+
"fr": "Version mise à jour du paquet eufy-security-client (2.1.2)",
|
|
13
|
+
"it": "Aggiornata la versione del pacchetto eufy-security-client (2.1.2)",
|
|
14
|
+
"es": "Versión actualizada del paquete eufy-security-client (2.1.2)",
|
|
15
|
+
"pl": "Zaktualizowana wersja pakietu eufy-security-client (2.1.2)",
|
|
16
|
+
"zh-cn": "包 eufy-security-client (2.1.2) 的更新版本"
|
|
17
|
+
},
|
|
6
18
|
"0.9.3": {
|
|
7
19
|
"en": "Updated version of the package eufy-security-client (2.1.1)",
|
|
8
20
|
"de": "Version des Pakets eufy-security-client (2.1.1) aktualisiert",
|
|
@@ -74,18 +86,6 @@
|
|
|
74
86
|
"es": "Versión actualizada del paquete eufy-security-client (1.6.5)\nCorregido el problema #228",
|
|
75
87
|
"pl": "Zaktualizowana wersja pakietu eufy-security-client (1.6.5)\nNaprawiono błąd #228",
|
|
76
88
|
"zh-cn": "包 eufy-security-client (1.6.5) 的更新版本\n修正了问题#228"
|
|
77
|
-
},
|
|
78
|
-
"0.8.3": {
|
|
79
|
-
"en": "Updated version of the package eufy-security-client (1.6.4)\nFixed issue #222",
|
|
80
|
-
"de": "Version des Pakets eufy-security-client (1.6.4) aktualisiert\nProblem #222 behoben",
|
|
81
|
-
"ru": "Обновленная версия пакета eufy-security-client (1.6.4)\nИсправлена проблема №222",
|
|
82
|
-
"pt": "Versão atualizada do pacote eufy-security-client (1.6.4)\nEdição fixa #222",
|
|
83
|
-
"nl": "Bijgewerkte versie van het pakket eufy-security-client (1.6.4)\nProbleem #222 opgelost",
|
|
84
|
-
"fr": "Version mise à jour du paquet eufy-security-client (1.6.4)\nCorrection du problème n°222",
|
|
85
|
-
"it": "Aggiornata la versione del pacchetto eufy-security-client (1.6.4)\nRisolto il problema #222",
|
|
86
|
-
"es": "Versión actualizada del paquete eufy-security-client (1.6.4)\nCorregido el problema #222",
|
|
87
|
-
"pl": "Zaktualizowana wersja pakietu eufy-security-client (1.6.4)\nNaprawiono błąd #222",
|
|
88
|
-
"zh-cn": "包 eufy-security-client (1.6.4) 的更新版本\n修正了问题#222"
|
|
89
89
|
}
|
|
90
90
|
},
|
|
91
91
|
"title": "euSec",
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "iobroker.eusec",
|
|
3
|
-
"version": "0.9.
|
|
3
|
+
"version": "0.9.4",
|
|
4
4
|
"description": "ioBroker adapter that integrates Eufy-Security cameras with stations",
|
|
5
5
|
"author": {
|
|
6
6
|
"name": "bropat",
|
|
@@ -26,7 +26,7 @@
|
|
|
26
26
|
"@bropat/fluent-ffmpeg": "^2.1.3",
|
|
27
27
|
"@cospired/i18n-iso-languages": "^4.0.0",
|
|
28
28
|
"@iobroker/adapter-core": "^2.6.0",
|
|
29
|
-
"eufy-security-client": "^2.1.
|
|
29
|
+
"eufy-security-client": "^2.1.2",
|
|
30
30
|
"ffmpeg-static": "~4.4",
|
|
31
31
|
"fs-extra": "^10.1.0",
|
|
32
32
|
"got": "^11.8.5",
|
|
@@ -43,17 +43,17 @@
|
|
|
43
43
|
"@types/ffmpeg-static": "^3.0.1",
|
|
44
44
|
"@types/fs-extra": "^9.0.13",
|
|
45
45
|
"@types/gulp": "^4.0.9",
|
|
46
|
-
"@types/mime": "^
|
|
46
|
+
"@types/mime": "^3.0.0",
|
|
47
47
|
"@types/mocha": "^9.1.1",
|
|
48
|
-
"@types/node": "^16.11.
|
|
48
|
+
"@types/node": "^16.11.46",
|
|
49
49
|
"@types/proxyquire": "^1.3.28",
|
|
50
|
-
"@types/sinon": "^10.0.
|
|
50
|
+
"@types/sinon": "^10.0.13",
|
|
51
51
|
"@types/sinon-chai": "^3.2.8",
|
|
52
|
-
"@typescript-eslint/eslint-plugin": "^5.
|
|
53
|
-
"@typescript-eslint/parser": "^5.
|
|
52
|
+
"@typescript-eslint/eslint-plugin": "^5.31.0",
|
|
53
|
+
"@typescript-eslint/parser": "^5.31.0",
|
|
54
54
|
"chai": "^4.3.6",
|
|
55
55
|
"chai-as-promised": "^7.1.1",
|
|
56
|
-
"eslint": "^8.
|
|
56
|
+
"eslint": "^8.20.0",
|
|
57
57
|
"gulp": "^4.0.2",
|
|
58
58
|
"mocha": "^10.0.0",
|
|
59
59
|
"nyc": "^15.1.0",
|