@iobroker/js-controller-common
Advanced tools
Comparing version 5.0.20-alpha.0-20240424-e4f9cfa5 to 5.0.20-alpha.0-20240425-20b08f31
@@ -278,12 +278,4 @@ /// <reference types="node" resolution-mode="require"/> | ||
* Read disk free space | ||
* | ||
* @param platform result of os.platform() (win32 => Windows, darwin => OSX) | ||
* @param callback return result | ||
* <pre><code> | ||
* function (err, infos) { | ||
* adapter.log.debug('Disks sizes is: ' + info['Disk size'] + ' - ' + info['Disk free']); | ||
* } | ||
* </code></pre> | ||
*/ | ||
export declare function getDiskInfo(platform: NodeJS.Platform, callback: (err?: Error | null, infos?: null | GetDiskInfoResponse) => void): void; | ||
export declare function getDiskInfo(): Promise<GetDiskInfoResponse | null>; | ||
export interface CertificateInfo { | ||
@@ -290,0 +282,0 @@ certificateFilename: string | null; |
@@ -278,12 +278,4 @@ /// <reference types="node" resolution-mode="require"/> | ||
* Read disk free space | ||
* | ||
* @param platform result of os.platform() (win32 => Windows, darwin => OSX) | ||
* @param callback return result | ||
* <pre><code> | ||
* function (err, infos) { | ||
* adapter.log.debug('Disks sizes is: ' + info['Disk size'] + ' - ' + info['Disk free']); | ||
* } | ||
* </code></pre> | ||
*/ | ||
export declare function getDiskInfo(platform: NodeJS.Platform, callback: (err?: Error | null, infos?: null | GetDiskInfoResponse) => void): void; | ||
export declare function getDiskInfo(): Promise<GetDiskInfoResponse | null>; | ||
export interface CertificateInfo { | ||
@@ -290,0 +282,0 @@ certificateFilename: string | null; |
{ | ||
"name": "@iobroker/js-controller-common", | ||
"type": "module", | ||
"version": "5.0.20-alpha.0-20240424-e4f9cfa5", | ||
"version": "5.0.20-alpha.0-20240425-20b08f31", | ||
"engines": { | ||
@@ -76,3 +76,3 @@ "node": ">=18.0.0" | ||
], | ||
"gitHead": "03b03ed5e2168c7088d3a4f87bb9a9efeec455f3" | ||
"gitHead": "969fbeb855ade1901884879d7f4bb2ee4090ab8d" | ||
} |
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
798400
9342