iobroker.solectrus-influxdb 0.1.1 → 0.1.2

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 CHANGED
@@ -178,6 +178,9 @@ Nur aktivierte Sensoren werden verarbeitet.
178
178
  Placeholder for the next version (at the beginning of the line):
179
179
  ### **WORK IN PROGRESS**
180
180
  -->
181
+ ### 0.1.2 (2026-01-14)
182
+ * (patricknitsch) change UI to look for Source in Tree
183
+
181
184
  ### 0.1.1 (2026-01-14)
182
185
  * (patricknitsch) add more Debugging
183
186
  * (patricknitsch) optimize translation
package/io-package.json CHANGED
@@ -1,8 +1,21 @@
1
1
  {
2
2
  "common": {
3
3
  "name": "solectrus-influxdb",
4
- "version": "0.1.1",
4
+ "version": "0.1.2",
5
5
  "news": {
6
+ "0.1.2": {
7
+ "en": "change UI to look for Source in Tree",
8
+ "de": "ändern UI nach Quelle in Baum suchen",
9
+ "ru": "изменить UI для поиска источника в Tree",
10
+ "pt": "alterar a UI para procurar o Código Fonte na Árvore",
11
+ "nl": "uI wijzigen om naar bron in boom te zoeken",
12
+ "fr": "changer l'interface utilisateur pour chercher Source dans Tree",
13
+ "it": "cambiare l'interfaccia utente per cercare Sorgente in Albero",
14
+ "es": "cambiar UI para buscar Fuente en Árbol",
15
+ "pl": "zmienić interfejs użytkownika, aby szukać źródła w drzewie",
16
+ "uk": "змінити UI для перегляду Джерело в Дереві",
17
+ "zh-cn": "更改用户界面以查找树中的来源"
18
+ },
6
19
  "0.1.1": {
7
20
  "en": "add more Debugging\noptimize translation",
8
21
  "de": "mehr erfahren Debugging\noptimierung der übersetzung",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "iobroker.solectrus-influxdb",
3
- "version": "0.1.1",
3
+ "version": "0.1.2",
4
4
  "description": "Configure Sensors for Solectrus and push to InfluxDB",
5
5
  "author": {
6
6
  "name": "patricknitsch",