UNPKG

homebridge-flume

Version:

Homebridge plugin to integrate Flume devices into HomeKit.

4 lines (3 loc) 227 B
export declare const STORAGE_FILE_NAME = "flume.json"; export declare function safeGetItem(filePath: string, key: string): string | null; export declare function safeSetItem(filePath: string, key: string, value: string): void;