@iobroker/types 5.0.18 → 5.0.19
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/build/types.d.ts +1 -1
- package/package.json +2 -2
package/build/types.d.ts
CHANGED
|
@@ -102,7 +102,7 @@ export declare interface AdapterClass {
|
|
|
102
102
|
/** Read all states of this adapter which match the given pattern */
|
|
103
103
|
getStatesAsync(pattern: string, options?: unknown): ioBroker.GetStatesPromise;
|
|
104
104
|
/** Read all states (which might not belong to this adapter) which match the given pattern */
|
|
105
|
-
getForeignStatesAsync(pattern:
|
|
105
|
+
getForeignStatesAsync(pattern: Pattern, options?: unknown): ioBroker.GetStatesPromise;
|
|
106
106
|
/** Subscribe to changes of states (which might not belong to this adapter) */
|
|
107
107
|
subscribeForeignStatesAsync(pattern: string | string[], options?: unknown): Promise<void>;
|
|
108
108
|
/** Subscribe from changes of states (which might not belong to this adapter) */
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@iobroker/types",
|
|
3
|
-
"version": "5.0.
|
|
3
|
+
"version": "5.0.19",
|
|
4
4
|
"engines": {
|
|
5
5
|
"node": ">=12.0.0"
|
|
6
6
|
},
|
|
@@ -41,5 +41,5 @@
|
|
|
41
41
|
]
|
|
42
42
|
}
|
|
43
43
|
},
|
|
44
|
-
"gitHead": "
|
|
44
|
+
"gitHead": "8082cf6ba450f5740fcec92abaf6d108d23f3fc9"
|
|
45
45
|
}
|