iobroker.alpha-ess 2.0.0-beta.0 → 2.0.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
@@ -46,7 +46,7 @@ How to find SN and Check code for registration is described here: https://github
46
46
  **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.**
47
47
 
48
48
  ## Changelog
49
- ### 2.0.0-beta.0 (2023-12-01)
49
+ ### 2.0.0 (2023-12-02)
50
50
 
51
51
  - (Gaspode) Breaking Change: Removed support of Closed API
52
52
 
@@ -96,8 +96,7 @@
96
96
  "updateUnchangedStates": {
97
97
  "type": "checkbox",
98
98
  "label": "Update unchanged states",
99
- "newLine": true,
100
- "hidden": "data.apiType == 3"
99
+ "newLine": true
101
100
  }
102
101
  }
103
102
  }
package/io-package.json CHANGED
@@ -1,9 +1,9 @@
1
1
  {
2
2
  "common": {
3
3
  "name": "alpha-ess",
4
- "version": "2.0.0-beta.0",
4
+ "version": "2.0.0",
5
5
  "news": {
6
- "2.0.0-beta.0": {
6
+ "2.0.0": {
7
7
  "en": "Breaking Change: Removed support of Closed API",
8
8
  "de": "Breaking Change: Entfernte Unterstützung von Closed API",
9
9
  "ru": "Перерыв изменения: Удаленная поддержка Закрытого API",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "iobroker.alpha-ess",
3
- "version": "2.0.0-beta.0",
3
+ "version": "2.0.0",
4
4
  "description": "Read and write data from and to Alpha ESS systems.",
5
5
  "author": {
6
6
  "name": "Gaspode",