iobroker.alpha-ess 1.2.0-beta.1 → 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 CHANGED
@@ -63,7 +63,7 @@ How to find SN and Check code for registration is described here: https://github
63
63
  **All product and company names or logos are trademarks™ or registered® trademarks of their respective holders. Use of them does not imply any affiliation with or endorsement by them or any associated subsidiaries! This personal project is maintained in spare time and has no business goal.**
64
64
 
65
65
  ## Changelog
66
- ### 1.2.0-beta.1 (2023-11-10)
66
+ ### 1.2.0 (2023-11-10)
67
67
 
68
68
  - (Gaspode) Added additional realtime attributes for OpenAPI
69
69
 
package/io-package.json CHANGED
@@ -1,9 +1,9 @@
1
1
  {
2
2
  "common": {
3
3
  "name": "alpha-ess",
4
- "version": "1.2.0-beta.1",
4
+ "version": "1.2.0",
5
5
  "news": {
6
- "1.2.0-beta.1": {
6
+ "1.2.0": {
7
7
  "en": "Added additional realtime attributes for OpenAPI",
8
8
  "de": "Zusätzliche Echtzeit-Attribute für OpenAPI hinzugefügt",
9
9
  "ru": "Добавлены дополнительные атрибуты в реальном времени для OpenAPI",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "iobroker.alpha-ess",
3
- "version": "1.2.0-beta.1",
3
+ "version": "1.2.0",
4
4
  "description": "Read and write data from and to Alpha ESS systems.",
5
5
  "author": {
6
6
  "name": "Gaspode",