UNPKG

@munit-solutions/ocpp

Version:
15 lines 617 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); const tslib_1 = require("tslib"); const Call_1 = (0, tslib_1.__importDefault)(require("../Call")); const ClientCommand_1 = (0, tslib_1.__importDefault)(require("../../enum/ClientCommand")); class SetChargingProfile extends Call_1.default { constructor(uniqueId = '', payload) { super(uniqueId, payload); this.uniqueId = uniqueId; this.payload = payload; this.action = ClientCommand_1.default.SetChargingProfile; } } exports.default = SetChargingProfile; //# sourceMappingURL=SetChargingProfile.js.map