iobroker.solectrus-influxdb 0.1.3 → 0.1.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 CHANGED
@@ -178,6 +178,10 @@ 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.4 (2026-01-15)
182
+
183
+ * (patricknitsch) Bugfix with Icon
184
+
181
185
  ### 0.1.3 (2026-01-15)
182
186
 
183
187
  * (patricknitsch) Bugfix for License
Binary file
package/io-package.json CHANGED
@@ -1,8 +1,21 @@
1
1
  {
2
2
  "common": {
3
3
  "name": "solectrus-influxdb",
4
- "version": "0.1.3",
4
+ "version": "0.1.4",
5
5
  "news": {
6
+ "0.1.4": {
7
+ "en": "Bugfix with Icon",
8
+ "de": "Bugfix mit Icon",
9
+ "ru": "Bugfix с иконой",
10
+ "pt": "Correcção de Erros com Ícone",
11
+ "nl": "Bugfix met pictogram",
12
+ "fr": "Bugfix avec icône",
13
+ "it": "Bugfix con Icon",
14
+ "es": "Bugfix con Icon",
15
+ "pl": "Bugfix z ikoną",
16
+ "uk": "Помилки з іконкою",
17
+ "zh-cn": "带有图标的错误修正"
18
+ },
6
19
  "0.1.3": {
7
20
  "en": "Bugfix for License\nBugfix for Interval\nSynchronize Names, Measurements and Fields to SOLECTRUS Documentation",
8
21
  "de": "Bugfix für die Lizenz\nBugfix für Intervall\nSynchronisieren von Namen, Messungen und Feldern zu SOLECTRUS Dokumentation",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "iobroker.solectrus-influxdb",
3
- "version": "0.1.3",
3
+ "version": "0.1.4",
4
4
  "description": "Configure Sensors for SOLECTRUS and push to InfluxDB",
5
5
  "author": {
6
6
  "name": "patricknitsch",