UNPKG

homebridge-econet-rheem

Version:

Homebridge plugin based on pyeconet for control of Rheem water heaters

23 lines 465 B
export const SENSITIVE_KEYS = [ 'address', 'coordinates', 'email', 'last_name', 'loc', 'mac_address', 'macAddress', 'name', 'phone_number', 'serial_number', 'serialNumber', 'street', 'user_id', 'user_token', 'zipcode', ]; export function getValue(input) { return typeof input === 'object' && input !== null && 'value' in input ? input.value : input; } //# sourceMappingURL=types.js.map