UNPKG

homebridge-flume

Version:

Homebridge plugin to integrate Flume devices into HomeKit.

67 lines (66 loc) 1.63 kB
declare const de: { config: { continue: string; description: { clientSecret: string; disableDeviceLogging: string; excludeDevices: string; refreshInterval: string; units: string; verbose: string; }; enumNames: { cubicFeet: string; cubicMeters: string; gallons: string; liters: string; }; needed: string; support: string; thankYou: string; title: { clientId: string; clientSecret: string; deviceId: string; disableDeviceLogging: string; excludeDevices: string; password: string; refreshInterval: string; units: string; username: string; verbose: string; }; }; customChar: { lastMonth: string; monthUsage: string; todayUsage: string; }; errors: { badConfig: string; httpRetry: string; noDataReceived: string; noDevices: string; noRefreshToken: string; }; general: { brand: string; redacted: string; }; startup: { complete: string; newDevice: string; removeDevice: string; restoringDevice: string; welcome: string[]; }; status: { batteryLow: string; batteryNormal: string; connectionFault: string; connectionNormal: string; leakDetected: string; leakNotDetected: string; }; }; export default de;