@munit-solutions/ocpp
Version:
11 lines • 624 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.ChargingProfilePurposeType = void 0;
var ChargingProfilePurposeType;
(function (ChargingProfilePurposeType) {
ChargingProfilePurposeType["ChargePointMaxProfile"] = "ChargePointMaxProfile";
ChargingProfilePurposeType["TxDefaultProfile"] = "TxDefaultProfile";
ChargingProfilePurposeType["TxProfile"] = "TxProfile";
})(ChargingProfilePurposeType = exports.ChargingProfilePurposeType || (exports.ChargingProfilePurposeType = {}));
exports.default = ChargingProfilePurposeType;
//# sourceMappingURL=ChargingProfilePurposeType.js.map