homebridge-flume
Version:
Homebridge plugin to integrate Flume devices into HomeKit.
29 lines (28 loc) • 732 B
TypeScript
declare const langEn: {
brand: string;
redacted: string;
complete: string;
newDevice: string;
removeDevice: string;
restoringDevice: string;
welcomeMessages: string[];
badConfig: string;
noDataReceived: string;
noDevices: string;
noRefreshToken: string;
httpRetry: string;
batteryLow: string;
batteryNormal: string;
connectionFault: string;
connectionNormal: string;
leakDetected: string;
leakNotDetected: string;
customCharUnitsGallons: string;
customCharUnitsLiters: string;
customCharUnitsCubicFeet: string;
customCharUnitsCubicMeters: string;
lastMonth: string;
monthUsage: string;
todayUsage: string;
};
export default langEn;