hap-nodejs
Version:
HAP-NodeJS is a Node.js implementation of HomeKit Accessory Server.
15 lines • 418 B
TypeScript
// @ts-ignore
import { LocalStorage } from "node-persist";
/**
* @group Model
*/
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