iobroker.solarviewdatareader 1.1.4 → 1.2.0
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 +8 -7
- package/build/main.js +717 -232
- package/build/main.js.map +3 -3
- package/io-package.json +14 -14
- package/package.json +9 -11
package/README.md
CHANGED
|
@@ -60,6 +60,14 @@ UL3, IL3 = mains voltage, mains power phase 3
|
|
|
60
60
|
TKK= Temperature inverter
|
|
61
61
|
|
|
62
62
|
## Changelog
|
|
63
|
+
### 1.2.0 (2024-12-20)
|
|
64
|
+
* (afuerhoff) dependencies updated
|
|
65
|
+
* (afuerhoff) Migration to ESLint 9 and @iobroker/eslint-config - issue [#189]
|
|
66
|
+
* (afuerhoff) eslint: code optimized
|
|
67
|
+
* (afuerhoff) fixing chksum message if inverter 2 - 4 is not available
|
|
68
|
+
* (afuerhoff) logging optimized
|
|
69
|
+
* (afuerhoff) net handling optimized
|
|
70
|
+
|
|
63
71
|
### 1.1.4 (2024-10-17)
|
|
64
72
|
* (afuerhoff) dependencies updated
|
|
65
73
|
* (afuerhoff) Fixes [#182](https://github.com/afuerhoff/ioBroker.solarviewdatareader/issues/182)
|
|
@@ -79,13 +87,6 @@ TKK= Temperature inverter
|
|
|
79
87
|
* (afuerhoff) bugfix CCU variable
|
|
80
88
|
* (afuerhoff) documentation changed
|
|
81
89
|
|
|
82
|
-
### 1.1.0 (2024-05-29)
|
|
83
|
-
* (afuerhoff) code optimizations
|
|
84
|
-
* (afuerhoff) jsonConfig added
|
|
85
|
-
* (afuerhoff) dependencies updated
|
|
86
|
-
* (afuerhoff) node >= 18, js-controller >= 5.0.19
|
|
87
|
-
* (afuerhoff) admin >= 6.17.13 due to timePicker failure
|
|
88
|
-
|
|
89
90
|
## License
|
|
90
91
|
MIT License
|
|
91
92
|
|