UNPKG

homebridge-econet-rheem

Version:

Homebridge plugin based on pyeconet for control of Rheem water heaters

60 lines 2.92 kB
const langEn = { // General brand: 'EcoNet', redacted: '****redacted****', undefined: 'undefined', // Startup badConfig: 'One or more required variables are missing from the config. Please check the documentation. https://github.com/mpatfield/homebridge-econet-rheem', newEquipment: 'Adding new device:', removeDevice: 'Removing device:', restoringDevice: 'Restoring device:', setupComplete: '✓ Setup complete.', setupFailed: 'Setup failed:', welcomeMessage_1: 'Please ★ this plugin on GitHub if you\'re finding it useful! https://github.com/mpatfield/homebridge-econet-rheem', welcomeMessage_2: 'Would you like to sponsor this plugin? https://github.com/sponsors/mpatfield', welcomeMessage_3: 'Please rate us on HOOBS! https://plugins.hoobs.org/plugin/homebridge-econet-rheem', welcomeMessage_4: 'Want to see this plugin in your own language? Please create a ticket! https://github.com/mpatfield/homebridge-econet-rheem/issues', // Equipment outOfRangeCool: 'Cool setpoint out of range, lower: %s, upper: %s, setpoint: %s', outOfRangeHeat: 'Heat setpoint out of range, lower: %s, upper: %s, setpoint: %s', setpointUnknown: 'Cannot determine desired setpoint when mode is %s', thermostat: 'Thermostat', unknownMode: 'Unknown thermostat mode:', unsupportedEquipment: 'Unsupported equipment type: %s', unsupportedState: 'Unsupported state:', waterHeater: 'Water Heater', // HTTP authSuccess: 'Successfully authenticated', httpRetryMinutes: 'Request failed. Retrying in %s minutes…', httpRetrySeconds: 'Request failed. Retrying in %s seconds…', noDataReceived: 'No data received from EcoNet', noEquipment: 'No equipment found', reauthenticate: 'Attempting to re-authenticate', reauthFailed: 'Re-authentication failed:', // MQTT authMissing: 'MQTT is missing auth', connected: 'Connected and listening for updates', connectionClosed: 'Connection closed', connectionError: 'MQTT cannot connect', clientError: 'Client error:', clientNotConnected: 'Client not connected', idleConnection: 'Idle connection', parseFailed: 'Failed to parse message:', reconnectInMinutes: 'Will attempt to reconnect in %s minutes…', reconnectInSeconds: 'Will attempt to reconnect in %s seconds…', unstableConnection: 'Having trouble staying connected', // Debug alertCount: '%s alert count = %s', availabilityState: '%s availability = %s', clientOffline: 'Client offline', currentTempState: '%s current temp = %s', coolSetpoint: '%s cool setpoint = %s', enabledState: '%s enabled = %s', heatSetpoint: '%s heat setpoint = %s', humidityState: '%s humidity = %s', modeState: '%s mode = %s', runningState: '%s running = %s', setpointState: '%s setpoint = %s', }; export default langEn; //# sourceMappingURL=en.js.map