@munit-solutions/ocpp
Version:
12 lines • 394 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
const tslib_1 = require("tslib");
const Call_1 = (0, tslib_1.__importDefault)(require("../Call"));
class SetChargingProfile extends Call_1.default {
constructor(payload) {
super();
this.payload = payload;
}
}
exports.default = SetChargingProfile;
//# sourceMappingURL=SetChargingProfile.js.map