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 +1 -1
- package/io-package.json +2 -2
- package/package.json +1 -1
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
|
|
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
|
|
4
|
+
"version": "1.2.0",
|
|
5
5
|
"news": {
|
|
6
|
-
"1.2.0
|
|
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",
|