@pietrolubini/homebridge-ecoflow
Version:
Homebridge plugin for EcoFlow devices
39 lines • 2.36 kB
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.PowerStreamConsumptionType = exports.AdditionalOutletCharacteristicType = exports.AdditionalBatteryOutletCharacteristicType = exports.LocationType = exports.DeviceModel = void 0;
var DeviceModel;
(function (DeviceModel) {
DeviceModel["Delta2Max"] = "Delta 2 Max";
DeviceModel["Delta2"] = "Delta 2";
// DeltaPro = 'Delta Pro',
DeviceModel["DeltaPro3"] = "Delta Pro 3";
// DeltaProUltra = 'Delta Pro Ultra',
DeviceModel["PowerStream"] = "PowerStream";
// PowerOcean = 'PowerOcean',
DeviceModel["SmartPlug"] = "Smart Plug";
// Glacier = 'Glacier',
})(DeviceModel || (exports.DeviceModel = DeviceModel = {}));
var LocationType;
(function (LocationType) {
LocationType["EU"] = "EU";
LocationType["US"] = "US";
})(LocationType || (exports.LocationType = LocationType = {}));
var AdditionalBatteryOutletCharacteristicType;
(function (AdditionalBatteryOutletCharacteristicType) {
AdditionalBatteryOutletCharacteristicType["BatteryLevel"] = "Battery Level, %";
AdditionalBatteryOutletCharacteristicType["InputConsumptionInWatts"] = "Input Consumption, W";
AdditionalBatteryOutletCharacteristicType["ChargingState"] = "Charging State";
AdditionalBatteryOutletCharacteristicType["StatusLowBattery"] = "Status Low Battery";
})(AdditionalBatteryOutletCharacteristicType || (exports.AdditionalBatteryOutletCharacteristicType = AdditionalBatteryOutletCharacteristicType = {}));
var AdditionalOutletCharacteristicType;
(function (AdditionalOutletCharacteristicType) {
AdditionalOutletCharacteristicType["OutputVoltage"] = "Output Voltage, V";
AdditionalOutletCharacteristicType["OutputCurrent"] = "Output Current, A";
AdditionalOutletCharacteristicType["OutputConsumptionInWatts"] = "Output Consumption, W";
})(AdditionalOutletCharacteristicType || (exports.AdditionalOutletCharacteristicType = AdditionalOutletCharacteristicType = {}));
var PowerStreamConsumptionType;
(function (PowerStreamConsumptionType) {
PowerStreamConsumptionType[PowerStreamConsumptionType["W600"] = 600] = "W600";
PowerStreamConsumptionType[PowerStreamConsumptionType["W800"] = 800] = "W800";
})(PowerStreamConsumptionType || (exports.PowerStreamConsumptionType = PowerStreamConsumptionType = {}));
//# sourceMappingURL=config.js.map