iobroker.faikout 0.0.5 → 0.0.6
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 +4 -0
- package/io-package.json +14 -53
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -65,6 +65,10 @@ module's **Extra** settings makes it report immediately.
|
|
|
65
65
|
|
|
66
66
|
## Changelog
|
|
67
67
|
|
|
68
|
+
### 0.0.6
|
|
69
|
+
- Released through GitHub Actions with npm provenance (trusted publishing). No functional
|
|
70
|
+
changes; 0.0.5 was published manually and therefore carries no provenance attestation.
|
|
71
|
+
|
|
68
72
|
### 0.0.5
|
|
69
73
|
- Meet the ioBroker repository requirements: updated dev dependencies, removed the deprecated
|
|
70
74
|
`common.main`, fixed responsive column widths, and translated the admin texts into the nine
|
package/io-package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"common": {
|
|
3
3
|
"name": "faikout",
|
|
4
|
-
"version": "0.0.
|
|
4
|
+
"version": "0.0.6",
|
|
5
5
|
"titleLang": {
|
|
6
6
|
"en": "Faikout",
|
|
7
7
|
"de": "Faikout",
|
|
@@ -68,6 +68,19 @@
|
|
|
68
68
|
}
|
|
69
69
|
],
|
|
70
70
|
"news": {
|
|
71
|
+
"0.0.6": {
|
|
72
|
+
"en": "Released through GitHub Actions with npm provenance",
|
|
73
|
+
"de": "Veroeffentlichung ueber GitHub Actions mit npm-Provenance",
|
|
74
|
+
"ru": "Публикация через GitHub Actions с npm provenance",
|
|
75
|
+
"pt": "Publicado via GitHub Actions com proveniência npm",
|
|
76
|
+
"nl": "Gepubliceerd via GitHub Actions met npm-provenance",
|
|
77
|
+
"fr": "Publié via GitHub Actions avec provenance npm",
|
|
78
|
+
"it": "Pubblicato tramite GitHub Actions con provenance npm",
|
|
79
|
+
"es": "Publicado mediante GitHub Actions con proveniencia npm",
|
|
80
|
+
"pl": "Opublikowano przez GitHub Actions z npm provenance",
|
|
81
|
+
"uk": "Опубліковано через GitHub Actions з npm provenance",
|
|
82
|
+
"zh-cn": "通过 GitHub Actions 发布并附带 npm 来源证明"
|
|
83
|
+
},
|
|
71
84
|
"0.0.5": {
|
|
72
85
|
"en": "Meet the ioBroker repository requirements",
|
|
73
86
|
"de": "Anforderungen des ioBroker-Repositorys erfuellt",
|
|
@@ -80,58 +93,6 @@
|
|
|
80
93
|
"pl": "Spełnia wymagania repozytorium ioBroker",
|
|
81
94
|
"uk": "Відповідає вимогам репозиторію ioBroker",
|
|
82
95
|
"zh-cn": "满足 ioBroker 仓库的收录要求"
|
|
83
|
-
},
|
|
84
|
-
"0.0.4": {
|
|
85
|
-
"en": "Fix: admin rejected the configuration (\"invalid jsonConfig\")",
|
|
86
|
-
"de": "Fehlerbehebung: Admin verwarf die Konfiguration (\"invalid jsonConfig\")",
|
|
87
|
-
"ru": "Исправление: admin отклонял конфигурацию",
|
|
88
|
-
"pt": "Correção: o admin rejeitava a configuração",
|
|
89
|
-
"nl": "Fix: admin weigerde de configuratie",
|
|
90
|
-
"fr": "Correctif : l'admin rejetait la configuration",
|
|
91
|
-
"it": "Correzione: admin rifiutava la configurazione",
|
|
92
|
-
"es": "Corrección: admin rechazaba la configuración",
|
|
93
|
-
"pl": "Poprawka: admin odrzucał konfigurację",
|
|
94
|
-
"uk": "Виправлення: admin відхиляв конфігурацію",
|
|
95
|
-
"zh-cn": "修复:admin 拒绝了配置"
|
|
96
|
-
},
|
|
97
|
-
"0.0.3": {
|
|
98
|
-
"en": "Fix: consumption crashed after updating from 0.0.1 (missing day/month rings)",
|
|
99
|
-
"de": "Fehlerbehebung: Verbrauch lief nach dem Update von 0.0.1 auf einen Fehler (fehlende Tages-/Monatsringe)",
|
|
100
|
-
"ru": "Исправление: расход давал сбой после обновления с 0.0.1",
|
|
101
|
-
"pt": "Correção: o consumo falhava após a atualização a partir de 0.0.1",
|
|
102
|
-
"nl": "Fix: verbruik liep vast na de update vanaf 0.0.1",
|
|
103
|
-
"fr": "Correctif : la consommation échouait après la mise à jour depuis 0.0.1",
|
|
104
|
-
"it": "Correzione: il consumo si interrompeva dopo l'aggiornamento da 0.0.1",
|
|
105
|
-
"es": "Corrección: el consumo fallaba tras actualizar desde 0.0.1",
|
|
106
|
-
"pl": "Poprawka: zużycie zawodziło po aktualizacji z 0.0.1",
|
|
107
|
-
"uk": "Виправлення: споживання давало збій після оновлення з 0.0.1",
|
|
108
|
-
"zh-cn": "修复:从 0.0.1 更新后能耗计算出错"
|
|
109
|
-
},
|
|
110
|
-
"0.0.2": {
|
|
111
|
-
"en": "New VIS widget: energy history, switchable between day, month and year",
|
|
112
|
-
"de": "Neuer VIS-Baustein: Energieverlauf, umschaltbar zwischen Tag, Monat und Jahr",
|
|
113
|
-
"ru": "Отображение энергопотребления как VIS-виджета, месячные значения в адаптере",
|
|
114
|
-
"pt": "Consumo de energia como widget VIS, valores mensais no adaptador",
|
|
115
|
-
"nl": "Energieverloop als VIS-widget, maandwaarden in de adapter",
|
|
116
|
-
"fr": "Historique d'énergie comme widget VIS, valeurs mensuelles dans l'adaptateur",
|
|
117
|
-
"it": "Andamento energetico come widget VIS, valori mensili nell'adapter",
|
|
118
|
-
"es": "Histórico de energía como widget VIS, valores mensuales en el adaptador",
|
|
119
|
-
"pl": "Przebieg energii jako widget VIS, wartości miesięczne w adapterze",
|
|
120
|
-
"uk": "Графік енергоспоживання як VIS-віджет, місячні значення в адаптері",
|
|
121
|
-
"zh-cn": "能耗曲线 VIS 控件,适配器内月度数值"
|
|
122
|
-
},
|
|
123
|
-
"0.0.1": {
|
|
124
|
-
"en": "Initial version: own MQTT broker, dynamic data points, writable controls.",
|
|
125
|
-
"de": "Erste Version: eigener MQTT-Broker, dynamische Datenpunkte, schreibbare Steuerung.",
|
|
126
|
-
"ru": "Первая версия: собственный MQTT-брокер, динамические точки данных, управление.",
|
|
127
|
-
"pt": "Primeira versão: broker MQTT próprio, pontos de dados dinâmicos, controlo gravável.",
|
|
128
|
-
"nl": "Eerste versie: eigen MQTT-broker, dynamische datapunten, schrijfbare besturing.",
|
|
129
|
-
"fr": "Première version : courtier MQTT intégré, points de données dynamiques, commandes inscriptibles.",
|
|
130
|
-
"it": "Prima versione: broker MQTT proprio, punti dati dinamici, controlli scrivibili.",
|
|
131
|
-
"es": "Primera versión: broker MQTT propio, puntos de datos dinámicos, controles escribibles.",
|
|
132
|
-
"pl": "Pierwsza wersja: własny broker MQTT, dynamiczne punkty danych, sterowanie zapisywalne.",
|
|
133
|
-
"uk": "Перша версія: власний MQTT-брокер, динамічні точки даних, керування.",
|
|
134
|
-
"zh-cn": "首个版本:自带 MQTT 代理、动态数据点、可写控制。"
|
|
135
96
|
}
|
|
136
97
|
},
|
|
137
98
|
"restartAdapters": [
|
package/package.json
CHANGED