iobroker.senec 1.6.16 → 1.6.17
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 -3
- package/README.md +3 -0
- package/io-package.json +14 -14
- package/package.json +2 -2
package/LICENSE
CHANGED
|
@@ -1,9 +1,7 @@
|
|
|
1
|
-
Copyright (c)
|
|
1
|
+
Copyright (c) 2025 NoBl <github@bluemle.org>
|
|
2
2
|
|
|
3
3
|
MIT License
|
|
4
4
|
|
|
5
|
-
Copyright (c) 2024 Author <author@mail.com>
|
|
6
|
-
|
|
7
5
|
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
8
6
|
of this software and associated documentation files (the "Software"), to deal
|
|
9
7
|
in the Software without restriction, including without limitation the rights
|
package/README.md
CHANGED
|
@@ -299,6 +299,9 @@ This channel contains values polled from SENEC App-API.
|
|
|
299
299
|
|
|
300
300
|
## Changelog
|
|
301
301
|
|
|
302
|
+
### 1.6.17
|
|
303
|
+
* License update
|
|
304
|
+
|
|
302
305
|
### 1.6.16
|
|
303
306
|
* Moved Dashboard to ApiV2. This invalidates existing datapoints under /Dashboard/ and introduces "Dashboard/currently" and "Dashboard/today" due to changes in the API.
|
|
304
307
|
|
package/io-package.json
CHANGED
|
@@ -1,8 +1,21 @@
|
|
|
1
1
|
{
|
|
2
2
|
"common": {
|
|
3
3
|
"name": "senec",
|
|
4
|
-
"version": "1.6.
|
|
4
|
+
"version": "1.6.17",
|
|
5
5
|
"news": {
|
|
6
|
+
"1.6.17": {
|
|
7
|
+
"en": "License update",
|
|
8
|
+
"de": "Lizenz-Update",
|
|
9
|
+
"ru": "Обновление лицензии",
|
|
10
|
+
"pt": "Atualização da licença",
|
|
11
|
+
"nl": "Licentie-update",
|
|
12
|
+
"fr": "Mise à jour de licence",
|
|
13
|
+
"it": "Aggiornamento della licenza",
|
|
14
|
+
"es": "Actualización de la licencia",
|
|
15
|
+
"pl": "Aktualizacja licencji",
|
|
16
|
+
"uk": "Оновлення ліцензії",
|
|
17
|
+
"zh-cn": "许可证更新"
|
|
18
|
+
},
|
|
6
19
|
"1.6.16": {
|
|
7
20
|
"en": "Migrated Dashboard to ApiV2. This invalidates existing datapoints under /Dashboard/ and introduces \"Dashboard/currently\" and \"Dashboard/today\" due to changes in the API.",
|
|
8
21
|
"de": "Dashboard auf ApiV2 migriert. Dadurch werden bestehende Datenpunkte unter /Dashboard/ ungültig. Neu sind aufgrund von Änderungen in der API: \\\"Dashboard/current\\\" und \\\"Dashboard/today\\\".",
|
|
@@ -80,19 +93,6 @@
|
|
|
80
93
|
"pl": "Przewidując się z interfejsu Senec App API 3,12.0 to 4.3.3 (dodatki do dębowego @github dla zapewnienia nowego API). WILL uszkodził wszystkie aktualne punkty danych API w oddziale Statistik. Najwięcej rozwiązań do tego: Dete the Statistik branch. Pamiętaj, aby odbudować historyczne dane w ustawieniach adapterów!",
|
|
81
94
|
"uk": "Переміщення від Senec App API 3.12.0 до 4.3.3 (завдяки до дубdesign@github для надання нового API.)! Це недійсне використання всіх поточних точок даних API у відділенні Statistik. Найсвіжіші рішення для цього: Видаліть статутне відділення. Пам'ятайте, що змусити перебудувати історичні дані в налаштуваннях адаптера!",
|
|
82
95
|
"zh-cn": "Moving from Senecapp API3.12.0 to 4.3.3 (as to oakdesign@github for the new API.!) 本协会在斯塔特斯科分处停止了目前所有阿联酋数据点。 最容易解决这一问题:删除斯塔特主义分支。 重新成员在适应环境中重建历史数据!"
|
|
83
|
-
},
|
|
84
|
-
"1.6.10": {
|
|
85
|
-
"en": "Bugfix for AllTimeHistory",
|
|
86
|
-
"de": "Bugfix für AllTimeHistory",
|
|
87
|
-
"ru": "Bugfix для AllTimeИстория",
|
|
88
|
-
"pt": "Bugfix para AllTimeHistory",
|
|
89
|
-
"nl": "Bugfix voor AllTimeHistory",
|
|
90
|
-
"fr": "Bugfix pour AllTimeHistory",
|
|
91
|
-
"it": "Bugfix per AllTimeHistory",
|
|
92
|
-
"es": "Bugfix para AllTimeHistory",
|
|
93
|
-
"pl": "Bugfix for AllTimeHistory (ang.)",
|
|
94
|
-
"uk": "Виправлення помилок для AllTimeHistory",
|
|
95
|
-
"zh-cn": "九. 一切制度"
|
|
96
96
|
}
|
|
97
97
|
},
|
|
98
98
|
"docs": {
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "iobroker.senec",
|
|
3
|
-
"version": "1.6.
|
|
3
|
+
"version": "1.6.17",
|
|
4
4
|
"description": "Senec Home",
|
|
5
5
|
"author": {
|
|
6
6
|
"name": "NoBl",
|
|
@@ -44,7 +44,7 @@
|
|
|
44
44
|
"@types/chai": "^4.3.19",
|
|
45
45
|
"@types/chai-as-promised": "^8.0.1",
|
|
46
46
|
"@types/mocha": "^10.0.10",
|
|
47
|
-
"@types/node": "^22.
|
|
47
|
+
"@types/node": "^22.12.0",
|
|
48
48
|
"@types/proxyquire": "^1.3.31",
|
|
49
49
|
"@types/sinon": "^17.0.3",
|
|
50
50
|
"@types/sinon-chai": "^3.2.12",
|