@munit-solutions/ocpp
Version:
14 lines • 522 B
JavaScript
;
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 Authorize extends Call_1.default {
constructor(payload) {
super();
this.payload = payload;
this.action = ClientCommand_1.default.BootNotification;
}
}
exports.default = Authorize;
//# sourceMappingURL=Authorize.js.map