@iobroker/types 5.0.13-alpha.0-20231007-a115ba28 → 5.0.13
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
|
@@ -579,7 +579,7 @@ export declare class AdapterClass extends EventEmitter {
|
|
|
579
579
|
private _deleteChannel;
|
|
580
580
|
deleteState(parentChannel: string, stateName: string, options?: unknown, callback?: ioBroker.ErrorCallback): void;
|
|
581
581
|
deleteState(stateName: string, options?: unknown, callback?: ioBroker.ErrorCallback): void;
|
|
582
|
-
deleteState(parentDevice: string, parentChannel: string, stateName: string, options?: unknown, callback?: ioBroker.ErrorCallback): void;
|
|
582
|
+
deleteState(parentDevice: string | null, parentChannel: string | null, stateName: string, options?: unknown, callback?: ioBroker.ErrorCallback): void;
|
|
583
583
|
private _deleteState;
|
|
584
584
|
getDevices(callback: ioBroker.GetObjectsCallback3<ioBroker.DeviceObject>): void;
|
|
585
585
|
getDevices(options: unknown, callback: ioBroker.GetObjectsCallback3<ioBroker.DeviceObject>): void;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@iobroker/types",
|
|
3
|
-
"version": "5.0.13
|
|
3
|
+
"version": "5.0.13",
|
|
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": "1d35bccc401b9219b444ca737cb827d57c7e666c"
|
|
45
45
|
}
|