homebridge-econet-rheem
Version:
Homebridge plugin based on pyeconet for control of Rheem water heaters
7 lines (6 loc) • 388 B
TypeScript
export declare const STORAGE_FILE_NAME = "econetRheem.json";
export declare const STORAGE_KEY_AUTH = "auth";
export declare const STORAGE_KEY_MQTT = "mqtt";
export declare const STORAGE_KEY_RECOVERY_RATES = "rates";
export declare function safeGetItem(filePath: string, key: string): string | null;
export declare function safeSetItem(filePath: string, key: string, value: string): void;