homebridge-plugin-wrapper
Version:
Wrapper for Homebridge and NodeJS-HAP with reduced dependencies that allows to intercept plugin values and also send to them
12 lines • 394 B
TypeScript
// @ts-ignore
import { LocalStorage } from "node-persist";
export declare class HAPStorage {
private static readonly INSTANCE;
private localStore?;
private customStoragePath?;
static storage(): LocalStorage;
static setCustomStoragePath(path: string): void;
storage(): LocalStorage;
setCustomStoragePath(path: string): void;
}
//# sourceMappingURL=HAPStorage.d.ts.map