homebridge-econet-rheem
Version:
Homebridge plugin based on pyeconet for control of Rheem water heaters
54 lines (53 loc) • 1.41 kB
TypeScript
declare const langEn: {
brand: string;
redacted: string;
undefined: string;
badConfig: string;
newEquipment: string;
removeDevice: string;
restoringDevice: string;
setupComplete: string;
setupFailed: string;
welcomeMessage_1: string;
welcomeMessage_2: string;
welcomeMessage_3: string;
welcomeMessage_4: string;
outOfRangeCool: string;
outOfRangeHeat: string;
setpointUnknown: string;
thermostat: string;
unknownMode: string;
unsupportedEquipment: string;
unsupportedState: string;
waterHeater: string;
authSuccess: string;
httpRetryMinutes: string;
httpRetrySeconds: string;
noDataReceived: string;
noEquipment: string;
reauthenticate: string;
reauthFailed: string;
authMissing: string;
connected: string;
connectionClosed: string;
connectionError: string;
clientError: string;
clientNotConnected: string;
idleConnection: string;
parseFailed: string;
reconnectInMinutes: string;
reconnectInSeconds: string;
unstableConnection: string;
alertCount: string;
availabilityState: string;
clientOffline: string;
currentTempState: string;
coolSetpoint: string;
enabledState: string;
heatSetpoint: string;
humidityState: string;
modeState: string;
runningState: string;
setpointState: string;
};
export default langEn;