homebridge-plugin-wrapper
Version:
Wrapper for Homebridge and NodeJS-HAP with reduced dependencies that allows to intercept plugin values and also send to them
13 lines • 405 B
TypeScript
/**
* Manages user settings and storage locations.
*/
export declare class User {
private static customStoragePath?;
private static storageAccessed;
static configPath(): string;
static persistPath(): string;
static cachedAccessoryPath(): string;
static storagePath(): string;
static setStoragePath(...storagePathSegments: string[]): void;
}
//# sourceMappingURL=user.d.ts.map