UNPKG

homebridge-flume

Version:

Homebridge plugin to integrate Flume devices into HomeKit.

4 lines (3 loc) 226 B
export declare const STORAGE_KEY_AUTH = "auth"; export declare function storageGet(dir: string, key: string): Promise<string | null>; export declare function storageSet(dir: string, key: string, value: string): Promise<void>;