@iobroker/adapter-react-v5 4.13.0 → 4.13.1
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 +1 -1
- package/LegacyConnection.js +1 -0
- package/README.md +1 -1
- package/package.json +1 -1
package/LegacyConnection.d.ts
CHANGED
|
@@ -200,7 +200,7 @@ declare class Connection {
|
|
|
200
200
|
/** The ioBroker object ID. */
|
|
201
201
|
id: string | string[],
|
|
202
202
|
/** The callback. */
|
|
203
|
-
cb: ioBroker.ObjectChangeHandler): void
|
|
203
|
+
cb: ioBroker.ObjectChangeHandler): Promise<void>;
|
|
204
204
|
/**
|
|
205
205
|
* Unsubscribes all or the given callback from changes of the given object.
|
|
206
206
|
*/
|
package/LegacyConnection.js
CHANGED
package/README.md
CHANGED