@iobroker/adapter-react-v5 4.4.6 → 4.4.7
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/LegacyConnection.d.ts +6 -6
- package/LegacyConnection.js +179 -90
- package/LegacyConnection.js.map +1 -1
- package/README.md +2 -1
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -667,8 +667,9 @@ socket.getObjectViewCustom('custom', 'state', 'startKey', 'endKey')
|
|
|
667
667
|
-->
|
|
668
668
|
|
|
669
669
|
## Changelog
|
|
670
|
-
### 4.4.
|
|
670
|
+
### 4.4.7 (2023-08-10)
|
|
671
671
|
* (bluefox) Added `subscribeStateAsync` method to wait for answer
|
|
672
|
+
* (bluefox) Added support for arrays for un/subscriptions
|
|
672
673
|
|
|
673
674
|
### 4.4.5 (2023-08-01)
|
|
674
675
|
* (bluefox) Updated packages
|