UNPKG

homebridge-flume

Version:

Homebridge plugin to integrate Flume devices into HomeKit.

9 lines 415 B
export const SENSITIVE_KEYS = ['access_token', 'address', 'address_2', 'bridge_id', 'id', 'refresh_token', 'user_id']; export var VolumeUnits; (function (VolumeUnits) { VolumeUnits["GALLONS"] = "GALLONS"; VolumeUnits["LITERS"] = "LITERS"; VolumeUnits["CUBIC_FEET"] = "CUBIC_FEET"; VolumeUnits["CUBIC_METERS"] = "CUBIC_METERS"; })(VolumeUnits || (VolumeUnits = {})); //# sourceMappingURL=types.js.map